update kitty

This commit is contained in:
Yakov Shatilov 2024-09-22 00:06:25 +03:00
parent 12aa3fb69f
commit d2ecdf5ca6
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# To get a full list of supported fonts use the `kitty +list-fonts` command. # To get a full list of supported fonts use the `kitty +list-fonts` command.
#font_family IosevkaTerm Nerd Font #font_family IosevkaTerm Nerd Font
font_family JetBrainsMono Nerd Font font_family JetBrainsMono Nerd Font
# font_family JetBrains Mono NL
font_size 11.0 font_size 11.0
scrollback_lines 8000 scrollback_lines 8000
@ -225,6 +226,8 @@ 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 ctrl+alt+t new_tab_with_cwd map ctrl+alt+t new_tab_with_cwd
map ctrl+alt+d detach_tab ask
# map kitty_mod+t launch --location=hsplit # 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