kitty: Add a mapping to move to previous and next window
This commit is contained in:
parent
97ce089ca0
commit
e92cc8a823
1 changed files with 2 additions and 3 deletions
|
@ -826,9 +826,8 @@ map kitty_mod+m new_window mutt
|
||||||
|
|
||||||
#: map ctrl+enter new_window @ some_program
|
#: map ctrl+enter new_window @ some_program
|
||||||
|
|
||||||
# We cannot use this as Ctrl+] is use for tag jump in vim
|
map ctrl+} next_window
|
||||||
# map ctrl+] next_window
|
map ctrl+{ previous_window
|
||||||
# map ctrl+[ previous_window
|
|
||||||
|
|
||||||
map kitty_mod+n new_window_with_cwd
|
map kitty_mod+n new_window_with_cwd
|
||||||
map kitty_mod+q close_window
|
map kitty_mod+q close_window
|
||||||
|
|
Loading…
Reference in a new issue