.tmux.conf

changeset 277
5a1849a8608a
parent 236
5f84469c2b05
child 278
54da53978ffb
equal deleted inserted replaced
276:b9c8bfdfe163 277:5a1849a8608a
154 154
155 # Enable mouse support (works in iTerm) (tmux 2.x) 155 # Enable mouse support (works in iTerm) (tmux 2.x)
156 set -g mouse on 156 set -g mouse on
157 set -g mouse-utf8 on 157 set -g mouse-utf8 on
158 158
159 bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M 159 # I think I'd rather enter copy-mode intentionally
160 bind -n WheelDownPane select-pane -t= \; send-keys -M 160 # bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
161 # bind -n WheelDownPane select-pane -t= \; send-keys -M
161 162
162 # Change cursor in vim to distinguish between insert and command mode 163 # Change cursor in vim to distinguish between insert and command mode
163 set-option -g terminal-overrides '*88col*:colors=88,*256col*:colors=256,xterm*:XT:Ms=\E]52;%p1%s;%p2%s\007:Cc=\E]12;%p1%s\007:Cr=\E]112\007:Cs=\E]50;CursorShape=%?%p1%{3}%<%t%{0}%e%p1%{2}%-%;%d\007' 164 set-option -g terminal-overrides '*88col*:colors=88,*256col*:colors=256,xterm*:XT:Ms=\E]52;%p1%s;%p2%s\007:Cc=\E]12;%p1%s\007:Cr=\E]112\007:Cs=\E]50;CursorShape=%?%p1%{3}%<%t%{0}%e%p1%{2}%-%;%d\007'
164 165
165 # Start tab numbering at 1 166 # Start tab numbering at 1

mercurial