kitty: Add a mapping to move to previous and next window

This commit is contained in:
Sanchayan Maity 2021-08-04 16:19:59 +05:30
parent 97ce089ca0
commit e92cc8a823
1 changed files with 2 additions and 3 deletions

View File

@ -826,9 +826,8 @@ map kitty_mod+m new_window mutt
#: 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+[ previous_window
map ctrl+} next_window
map ctrl+{ previous_window
map kitty_mod+n new_window_with_cwd
map kitty_mod+q close_window