diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-24 15:06:36 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-24 15:06:36 +0100 |
commit | b625ace8c9fbb9df6be17b1c3b1519ac6325d8b9 (patch) | |
tree | 15b9aeecff5fd78d17f1355c3f36f315c1095364 /config/common/tmux | |
parent | 0bf822bd012e63fbfcc8bd6cab6c033d98e8cad2 (diff) | |
parent | 363f4b6dd28fd4d7b30f8a669efea4b16f96a268 (diff) |
Merge branch 'main' of /var/git/dotfiles
Diffstat (limited to 'config/common/tmux')
-rwxr-xr-x | config/common/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 1be3f71..d8a4969 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -44,6 +44,7 @@ bind M-x confirm -p "Kill Session?" kill-session bind M-X confirm -p "Kill Server?" kill-server # Restart pane bind k run -C "respawn-pane -k; send-keys !! 'C-j'" +bind K respawn-pane -k # Splitting bind v split-window -h -c "#{pane_current_path}" bind h split-window -v -c "#{pane_current_path}" |