diff options
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}"  | 
