feat(kitty): add keybindings to move tab forward & backwards

This commit is contained in:
Price Hiller 2023-12-10 00:05:24 -06:00
parent 6f81662f5d
commit 1206289025
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -23,6 +23,8 @@ map kitty_mod+f toggle_fullscreen
map kitty_mod+x next_tab
map kitty_mod+z previous_tab
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
## NOTE: Mouse Mappings