kitty: update tab-switching keybindings
This commit is contained in:
parent
7d7b3c201f
commit
518bd4e289
@ -1177,8 +1177,10 @@ map kitty_mod+[ previous_window
|
||||
#: Tab management {{{
|
||||
|
||||
map kitty_mod+right next_tab
|
||||
map ctrl+page_down next_tab
|
||||
map kitty_mod+left previous_tab
|
||||
map kitty_mod+t new_tab !neighbor
|
||||
map ctrl+page_up previous_tab
|
||||
map kitty_mod+t new_tab_with_cwd !neighbor
|
||||
#map kitty_mod+w close_tab
|
||||
# map kitty_mod+. move_tab_forward
|
||||
# map kitty_mod+, move_tab_backward
|
||||
@ -1188,8 +1190,16 @@ map kitty_mod+t new_tab !neighbor
|
||||
#: the first tab, 2 the second tab and -1 being the previously active
|
||||
#: tab, and any number larger than the last tab being the last tab::
|
||||
|
||||
#: map ctrl+alt+1 goto_tab 1
|
||||
#: map ctrl+alt+2 goto_tab 2
|
||||
map ctrl+alt+1 goto_tab 1
|
||||
map ctrl+alt+2 goto_tab 2
|
||||
map ctrl+alt+3 goto_tab 3
|
||||
map ctrl+alt+4 goto_tab 4
|
||||
map ctrl+alt+5 goto_tab 5
|
||||
map ctrl+alt+6 goto_tab 6
|
||||
map ctrl+alt+7 goto_tab 7
|
||||
map ctrl+alt+8 goto_tab 8
|
||||
map ctrl+alt+9 goto_tab 9
|
||||
map ctrl+alt+0 goto_tab 10
|
||||
|
||||
#: Just as with new_window above, you can also pass the name of
|
||||
#: arbitrary commands to run when using new_tab and use
|
||||
|
Loading…
Reference in New Issue
Block a user