Skip to content

Commit

Permalink
Mouse support in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
tonio committed Apr 27, 2012
1 parent 78ee160 commit 4f037d1
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 @@ -12,6 +12,12 @@ setw -g aggressive-resize on
bind R source-file ~/.tmux.conf
# }}}

# Mouse {{{
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-window-option -g mode-mouse on
# }}}

# Status bar {{{
set -g status-bg black
set -g status-fg colour239
Expand Down

0 comments on commit 4f037d1

Please sign in to comment.