update kitty

This commit is contained in:
yyasha 2024-07-22 11:27:21 +03:00
parent 65beb8e8f3
commit 73341ec0bc
1 changed files with 4 additions and 3 deletions

View File

@ -222,9 +222,10 @@ map ctrl+a>comma move_window_backward
#map kitty_mod+t new_tab_with_cwd # map kitty_mod+t new_tab_with_cwd
# map kitty_mod+t new_tab map kitty_mod+t new_tab
map kitty_mod+t launch --location=hsplit 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` # 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 # 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` # tmux like tab create via `--cwd=last_reported`, warning: this need kitty `shell_integration enabled`