mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 08:24:11 -06:00
config: add kitty keybinds for duplicating terminals with cwd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user