kitty: Use Ctrl+q for closing window and not Ctrl+w
This commit is contained in:
parent
eb8346e80f
commit
e3c7b2d052
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ map kitty_mod+y new_window mutt
|
||||||
# map ctrl+[ previous_window
|
# map ctrl+[ previous_window
|
||||||
|
|
||||||
map ctrl+t new_window
|
map ctrl+t new_window
|
||||||
map ctrl+w close_window
|
map ctrl+q close_window
|
||||||
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
|
||||||
map kitty_mod+b move_window_backward
|
map kitty_mod+b move_window_backward
|
||||||
|
|
Loading…
Reference in a new issue