config: add kitty keybinds for duplicating terminals with cwd

This commit is contained in:
2026-01-03 19:36:51 -06:00
parent 91e58db0d9
commit 9e30c9b027
+6
View File
@@ -35,3 +35,9 @@ map ctrl+shift+m detach_window ask
# Move current window to a new tab
map ctrl+shift+n detach_window new-tab
# Duplicate terminal in new tab with current working directory
map ctrl+shift+s launch --cwd=current --type=tab
# Duplicate terminal as split/window with current working directory
map ctrl+shift+alt+s launch --cwd=current