feat(kitty): add keybindings to move tab forward & backwards
This commit is contained in:
parent
6f81662f5d
commit
1206289025
@ -23,6 +23,8 @@ map kitty_mod+f toggle_fullscreen
|
|||||||
map kitty_mod+x next_tab
|
map kitty_mod+x next_tab
|
||||||
map kitty_mod+z previous_tab
|
map kitty_mod+z previous_tab
|
||||||
map kitty_mod+t new_tab_with_cwd
|
map kitty_mod+t new_tab_with_cwd
|
||||||
|
map ctrl+kitty_mod+x move_tab_forward
|
||||||
|
map ctrl+kitty_mod+z move_tab_backward
|
||||||
map alt+q close_tab
|
map alt+q close_tab
|
||||||
|
|
||||||
## NOTE: Mouse Mappings
|
## NOTE: Mouse Mappings
|
||||||
|
Loading…
Reference in New Issue
Block a user