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:
parent
7b3d4645c7
commit
b4cd8c26a2
1 changed files with 7 additions and 6 deletions
|
@ -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+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
|
||||
|
|
Loading…
Reference in a new issue