mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
kitty: Open new tabs in current working directory
This commit is contained in:
parent
25f6763956
commit
d2a49bd4eb
@ -49,6 +49,11 @@ enable_audio_bell no
|
|||||||
# Use a consistent window size for floating windows
|
# Use a consistent window size for floating windows
|
||||||
# remember_window_size no
|
# 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
|
# Use a slightly large window size by default
|
||||||
initial_window_width 144c
|
initial_window_width 144c
|
||||||
initial_window_height 40c
|
initial_window_height 40c
|
||||||
|
Loading…
Reference in New Issue
Block a user