kitty change close tab shortcut
This commit is contained in:
parent
f59a8f3fec
commit
a4d1e70c5d
1 changed files with 4 additions and 1 deletions
|
@ -47,13 +47,16 @@
|
||||||
"ctrl+alt+s" = "goto_layout stack";
|
"ctrl+alt+s" = "goto_layout stack";
|
||||||
"kitty_mod+enter" = "new_window_with_cwd";
|
"kitty_mod+enter" = "new_window_with_cwd";
|
||||||
"kitty_mod+r" = "resize_window";
|
"kitty_mod+r" = "resize_window";
|
||||||
|
# this closes the *current* window, not the *OS* window
|
||||||
|
# https://sw.kovidgoyal.net/kitty/overview/#tabs-and-windows
|
||||||
|
"kitty_mod+w" = "close_window";
|
||||||
|
|
||||||
# tabs
|
# tabs
|
||||||
"kitty_mod+n" = "next_tab";
|
"kitty_mod+n" = "next_tab";
|
||||||
"kitty_mod+p" = "previous_tab";
|
"kitty_mod+p" = "previous_tab";
|
||||||
"kitty_mod+alt+n" = "move_tab_forward";
|
"kitty_mod+alt+n" = "move_tab_forward";
|
||||||
"kitty_mod+alt+p" = "move_tab_backward";
|
"kitty_mod+alt+p" = "move_tab_backward";
|
||||||
"kitty_mod+w" = "close_tab";
|
"kitty_mod+q" = "close_tab";
|
||||||
"kitty_mod+t" = "new_tab_with_cwd";
|
"kitty_mod+t" = "new_tab_with_cwd";
|
||||||
"ctrl+f2" = "detach_tab";
|
"ctrl+f2" = "detach_tab";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue