Make C-c for streaming mode

Rob Muhlestein 2 years ago
parent 6430e51446
commit 5eef74ee06

@ -53,9 +53,9 @@ bind -r j select-pane -D
bind -r h select-pane -L
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 19 \; send "blankpane" Enter \; select-pane -t 1
# customize create new window for streaming
unbind C-c
bind C-c new-window \; split-window -h \; select-pane -t 2 \; resize-pane -x 19 \; send "blankpane" Enter \; select-pane -t 1
# avoid cursor movement messing with resize
set -g repeat-time 200

Loading…
Cancel
Save