kitty: Map Ctrl+d to no_op
Ctrl+d seems to close window. Map it to no_op.
This commit is contained in:
parent
766a429ce7
commit
30aa34c9a3
1 changed files with 1 additions and 0 deletions
|
@ -840,6 +840,7 @@ map kitty_mod+y new_window mutt
|
|||
|
||||
map ctrl+t new_window_with_cwd
|
||||
map ctrl+q close_window
|
||||
map ctrl+d no_op
|
||||
map ctrl+` move_window_to_top
|
||||
map kitty_mod+f move_window_forward
|
||||
map kitty_mod+b move_window_backward
|
||||
|
|
Loading…
Reference in a new issue