diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index bacaeae..ff1b1e9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -55,7 +55,7 @@ bind -r l select-pane -R # customize new window for streaming unbind c -bind c new-window \; split-window -h \; select-pane -t 2 \; resize-pane -x 23 \; send "blankpane" Enter \; select-pane -t 1 +bind c new-window \; split-window -h \; select-pane -t 2 \; resize-pane -x 21 \; send "blankpane" Enter \; select-pane -t 1 # avoid cursor movement messing with resize set -g repeat-time 200