kitty: Update some key mappings
This commit is contained in:
parent
d7ff7f1ec2
commit
55f71e8346
1 changed files with 4 additions and 4 deletions
|
@ -817,12 +817,12 @@ map kitty_mod+h show_scrollback
|
|||
|
||||
#: Window management {{{
|
||||
|
||||
map kitty_mod+enter new_window
|
||||
# map kitty_mod+enter new_window
|
||||
|
||||
#: You can open a new window running an arbitrary program, for
|
||||
#: example::
|
||||
|
||||
map kitty_mod+y new_window mutt
|
||||
map kitty_mod+m new_window mutt
|
||||
|
||||
#: You can open a new window with the current working directory set to
|
||||
#: the working directory of the current window using::
|
||||
|
@ -840,7 +840,7 @@ map kitty_mod+y new_window mutt
|
|||
# map ctrl+] next_window
|
||||
# map ctrl+[ previous_window
|
||||
|
||||
map ctrl+t new_window_with_cwd
|
||||
map kitty_mod+n new_window_with_cwd
|
||||
map kitty_mod+q close_window
|
||||
map ctrl+d no_op
|
||||
map ctrl+` move_window_to_top
|
||||
|
@ -865,7 +865,7 @@ map ctrl+0 tenth_window
|
|||
|
||||
map alt+] next_tab
|
||||
map alt+[ previous_tab
|
||||
map alt+t new_tab
|
||||
map ctrl+alt+n new_tab
|
||||
map ctrl+alt+q close_tab
|
||||
map alt+. move_tab_forward
|
||||
map alt+, move_tab_backward
|
||||
|
|
Loading…
Reference in a new issue