Skip to content

Commit

Permalink
enable mouse support in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
lest committed Sep 18, 2013
1 parent 03e2235 commit 9344bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ set -g history-limit 10000

# manually set zsh as default shell
set-option -g default-shell /bin/zsh

# enable mouse support
set-window-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

0 comments on commit 9344bb5

Please sign in to comment.