Skip to content

Commit

Permalink
fix(tmux): Fix mouse in tmux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Chow committed Feb 3, 2016
1 parent 456117c commit f717062
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tmux.conf
Expand Up @@ -17,10 +17,6 @@ set-option -g default-command "reattach-to-user-namespace -l zsh"

# Enable mouse.
set-window-option -g mouse on
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'"
bind -n WheelDownPane select-pane -t= \; send-keys -M
bind-key -t vi-copy WheelUpPane halfpage-up
bind-key -t vi-copy WheelDownPane halfpage-down

# Disable visual notifications.
set-option -g visual-activity off
Expand Down

0 comments on commit f717062

Please sign in to comment.