gtk: previous/next tab bindings

This commit is contained in:
Mitchell Hashimoto
2023-02-25 10:29:58 -08:00
parent 65b3c7ca86
commit aa2d3720b6
4 changed files with 69 additions and 11 deletions

View File

@@ -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,