diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-14 02:24:33 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-14 02:24:33 +0100 |
commit | bf062356b2f1158b183c4911232e8bec9b961285 (patch) | |
tree | 47715a6bc989d5cf247ce86b4ce31ac69a236061 /config/common/tmux/tmux.conf | |
parent | f5526c4cfbe0803212050dc53a487e5c3b38bd4b (diff) |
Add keybind for respawn-pane
Diffstat (limited to 'config/common/tmux/tmux.conf')
-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}" |