Skip to content

Commit

Permalink
tmux: Update for latest version, disable mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Oct 27, 2015
1 parent a984c74 commit 58c8901
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ unbind C-b
set-option -g default-terminal "screen-256color"

# Mouse
set-window-option -g mode-mouse off
#set-option -g mode-mouse on
#set-option -g mouse-select-pane on
#set-option -g mouse-resize-pane on
#set-option -g mouse-select-window on
set-option -g mouse off

# Start index of windows and panes
set-option -g base-index 1
Expand Down

0 comments on commit 58c8901

Please sign in to comment.