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:
parent
a899271748
commit
2f911b8e34
1 changed files with 2 additions and 2 deletions
|
@ -841,7 +841,7 @@ map kitty_mod+y new_window mutt
|
|||
# map ctrl+[ previous_window
|
||||
|
||||
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+` move_window_to_top
|
||||
map kitty_mod+f move_window_forward
|
||||
|
@ -866,7 +866,7 @@ map ctrl+0 tenth_window
|
|||
map alt+] next_tab
|
||||
map alt+[ previous_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_backward
|
||||
map kitty_mod+t set_tab_title
|
||||
|
|
Loading…
Reference in a new issue