kitty: Use cwd when opening new window

This is what we want most of the time. Add another key binding if we
want to open a window not in cwd.
This commit is contained in:
Sanchayan Maity 2020-12-11 14:46:57 +05:30
parent 7b3d4645c7
commit b4cd8c26a2
1 changed files with 7 additions and 6 deletions

View File

@ -838,12 +838,13 @@ map kitty_mod+y new_window mutt
# map ctrl+] next_window
# map ctrl+[ previous_window
map ctrl+t new_window
map ctrl+q close_window
map ctrl+` move_window_to_top
map kitty_mod+f move_window_forward
map kitty_mod+b move_window_backward
map kitty_mod+r start_resizing_window
map ctrl+t new_window_with_cwd
map ctrl+q close_window
map ctrl+` move_window_to_top
map kitty_mod+f move_window_forward
map kitty_mod+b move_window_backward
map kitty_mod+r start_resizing_window
map ctrl+alt+enter new_window
map ctrl+1 first_window
map ctrl+2 second_window