kitty: rebind tab change keys, make ctrl+shift+6 no_op
This commit is contained in:
@ -10,20 +10,21 @@ action_alias launch_tab launch --type=tab --cwd=current
|
|||||||
map ctrl+shift+n launch_tab tmux
|
map ctrl+shift+n launch_tab tmux
|
||||||
map ctrl+shift+t launch_tab tmux attach
|
map ctrl+shift+t launch_tab tmux attach
|
||||||
map ctrl+shift+s launch_tab zsh
|
map ctrl+shift+s launch_tab zsh
|
||||||
|
map ctrl+shift+6 no_op
|
||||||
|
|
||||||
map ctrl+shift+h previous_tab
|
map ctrl+shift+h previous_tab
|
||||||
map ctrl+shift+l next_tab
|
map ctrl+shift+l next_tab
|
||||||
map ctrl+shift+p goto_tab -1
|
map ctrl+shift+p goto_tab -1
|
||||||
map ctrl+shift+1 goto_tab 1
|
map ctrl+alt+1 goto_tab 1
|
||||||
map ctrl+shift+2 goto_tab 2
|
map ctrl+alt+2 goto_tab 2
|
||||||
map ctrl+shift+3 goto_tab 3
|
map ctrl+alt+3 goto_tab 3
|
||||||
map ctrl+shift+4 goto_tab 4
|
map ctrl+alt+4 goto_tab 4
|
||||||
map ctrl+shift+5 goto_tab 5
|
map ctrl+alt+5 goto_tab 5
|
||||||
map ctrl+shift+6 goto_tab 6
|
map ctrl+alt+6 goto_tab 6
|
||||||
map ctrl+shift+7 goto_tab 7
|
map ctrl+alt+7 goto_tab 7
|
||||||
map ctrl+shift+8 goto_tab 8
|
map ctrl+alt+8 goto_tab 8
|
||||||
map ctrl+shift+9 goto_tab 9
|
map ctrl+alt+9 goto_tab 9
|
||||||
map ctrl+shift+0 goto_tab 10
|
map ctrl+alt+0 goto_tab 10
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Afterglow
|
# Afterglow
|
||||||
|
Reference in New Issue
Block a user