config(kitty): new tab without ssh

See https://github.com/kovidgoyal/kitty/issues/5672
main
sudo pacman -Syu 2024-05-14 21:14:22 +07:00
parent cede6ad37d
commit 780153e131
1 changed files with 3 additions and 2 deletions

View File

@ -104,8 +104,9 @@ macos_quit_when_last_window_closed yes
# https://sw.kovidgoyal.net/kitty/conf/#keyboard-shortcuts
# https://sw.kovidgoyal.net/kitty/actions/
map kitty_mod+t launch --cwd=oldest --type=tab --location=neighbor
map super+t launch --cwd=oldest --type=tab --location=neighbor
action_alias launch_tab launch --cwd=root --type=tab --location=neighbor
map kitty_mod+t launch_tab
map super+t launch_tab
map kitty_mod+e open_url_with_hints
map super+e open_url_with_hints