mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[kitty] add keybindings for switching tabs easily
This commit is contained in:
parent
540aa9aa9d
commit
5bce862d86
1 changed files with 11 additions and 0 deletions
11
kitty.conf
11
kitty.conf
|
@ -754,6 +754,17 @@ macos_custom_beam_cursor yes
|
||||||
# map kitty_mod+, move_tab_backward
|
# map kitty_mod+, move_tab_backward
|
||||||
# map kitty_mod+alt+t set_tab_title
|
# map kitty_mod+alt+t set_tab_title
|
||||||
|
|
||||||
|
map kitty_mod+1 goto_tab 1
|
||||||
|
map kitty_mod+2 goto_tab 2
|
||||||
|
map kitty_mod+3 goto_tab 3
|
||||||
|
map kitty_mod+4 goto_tab 4
|
||||||
|
map kitty_mod+5 goto_tab 5
|
||||||
|
map kitty_mod+6 goto_tab 6
|
||||||
|
map kitty_mod+7 goto_tab 7
|
||||||
|
map kitty_mod+8 goto_tab 8
|
||||||
|
map kitty_mod+9 goto_tab 9
|
||||||
|
map kitty_mod+0 goto_tab 10
|
||||||
|
|
||||||
#: You can also create shortcuts to go to specific tabs, with 1 being
|
#: You can also create shortcuts to go to specific tabs, with 1 being
|
||||||
#: the first tab::
|
#: the first tab::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue