kitty: Open new tabs in current working directory

This commit is contained in:
Donovan Glover 2023-01-07 01:34:48 -05:00
parent 25f6763956
commit d2a49bd4eb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -49,6 +49,11 @@ enable_audio_bell no
# Use a consistent window size for floating windows
# remember_window_size no
# Open new kitty tabs in the current working directory
action_alias launch_tab launch --type=tab --cwd=current
map ctrl+shift+enter launch --cwd=current
map ctrl+shift+t launch_tab
# Use a slightly large window size by default
initial_window_width 144c
initial_window_height 40c