diff --git a/home/dot_config/kitty/private_kitty.conf b/home/dot_config/kitty/private_kitty.conf index 0a67266..cc55ed5 100644 --- a/home/dot_config/kitty/private_kitty.conf +++ b/home/dot_config/kitty/private_kitty.conf @@ -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