kitty: Change mapping for closing window and tab

Did like to use ctrl+q for building quickfix list in fzf.vim and this
should also make us less prone to accidentally closing tabs or windows.
This commit is contained in:
Sanchayan Maity 2021-05-07 09:29:14 +05:30
parent a899271748
commit 2f911b8e34

View file

@ -841,7 +841,7 @@ map kitty_mod+y new_window mutt
# map ctrl+[ previous_window # map ctrl+[ previous_window
map ctrl+t new_window_with_cwd map ctrl+t new_window_with_cwd
map ctrl+q close_window map kitty_mod+q close_window
map ctrl+d no_op map ctrl+d no_op
map ctrl+` move_window_to_top map ctrl+` move_window_to_top
map kitty_mod+f move_window_forward map kitty_mod+f move_window_forward
@ -866,7 +866,7 @@ map ctrl+0 tenth_window
map alt+] next_tab map alt+] next_tab
map alt+[ previous_tab map alt+[ previous_tab
map alt+t new_tab map alt+t new_tab
map alt+q close_tab map ctrl+alt+q close_tab
map alt+. move_tab_forward map alt+. move_tab_forward
map alt+, move_tab_backward map alt+, move_tab_backward
map kitty_mod+t set_tab_title map kitty_mod+t set_tab_title