mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-07 20:34:29 +00:00
gtk: previous/next tab bindings
This commit is contained in:
@@ -155,6 +155,12 @@ pub const Action = union(enum) {
|
||||
/// Open a new tab
|
||||
new_tab: void,
|
||||
|
||||
/// Go to the previous tab
|
||||
previous_tab: void,
|
||||
|
||||
/// Go to the next tab
|
||||
next_tab: void,
|
||||
|
||||
/// Close the current window or tab
|
||||
close_window: void,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user