Skip to content

Commit

Permalink
Remove mouse configuration in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhao committed Dec 15, 2015
1 parent 07d20e0 commit ff9949d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ bind ^B select-pane -t :.+
bind-key r source-file ~/.tmux.conf \; display "Config reloaded."

# Mouse works as expected
set -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
#set -g mode-mouse on
#set -g mouse-select-pane on
#set -g mouse-resize-pane on
#set -g mouse-select-window on


# Use vim keybindings in copy mode
Expand Down

0 comments on commit ff9949d

Please sign in to comment.