update kitty
This commit is contained in:
parent
65beb8e8f3
commit
73341ec0bc
|
@ -223,8 +223,9 @@ map ctrl+a>comma move_window_backward
|
|||
|
||||
|
||||
# map kitty_mod+t new_tab_with_cwd
|
||||
# map kitty_mod+t new_tab
|
||||
map kitty_mod+t launch --location=hsplit
|
||||
map kitty_mod+t new_tab
|
||||
map ctrl+alt+t new_tab
|
||||
# map kitty_mod+t launch --location=hsplit
|
||||
# new_tab will not keep cwd, use `new_tab_with_cwd` instead or `launch --cwd=current --type=tab`
|
||||
# see https://sw.kovidgoyal.net/kitty/faq/#how-do-i-open-a-new-window-or-tab-with-the-same-working-directory-as-the-current-window
|
||||
# tmux like tab create via `--cwd=last_reported`, warning: this need kitty `shell_integration enabled`
|
||||
|
|
Loading…
Reference in New Issue