# HG changeset patch # User Meredith Howard # Date 1458264022 0 # Node ID 5a1849a8608ab20543c3c8f343b0c3f9ac7c5884 # Parent b9c8bfdfe163c651eb550b67511b05638dba2fe9 Disable mouse copy-mode diff --git a/.tmux.conf b/.tmux.conf --- a/.tmux.conf +++ b/.tmux.conf @@ -156,8 +156,9 @@ set-option -g default-terminal "screen-2 set -g mouse on set -g mouse-utf8 on -bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M -bind -n WheelDownPane select-pane -t= \; send-keys -M +# I think I'd rather enter copy-mode intentionally +# bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M +# bind -n WheelDownPane select-pane -t= \; send-keys -M # Change cursor in vim to distinguish between insert and command mode 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'