Tweak tmux settings for more 81 cols

main
rwxrob 2 years ago
parent 836683efdc
commit cf0b791444

@ -12,7 +12,7 @@ set -g status-interval 1
set -g status-bg default
set -g status-justify centre
set -g status-right "#(pomo) "
set -g status-right "#(pomo) "
#set -g status-right-style "fg=#928374,bold"
set -g status-right-style "fg=#665c54,bold"
set -g status-left-length 100

@ -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 21 \; send "blankpane" Enter \; select-pane -t 1
bind c new-window \; split-window -h \; select-pane -t 2 \; resize-pane -x 18 \; send "blankpane" Enter \; select-pane -t 1
# avoid cursor movement messing with resize
set -g repeat-time 200

Loading…
Cancel
Save