Skip to content

Commit

Permalink
Enable mouse mode in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Aug 24, 2017
1 parent 5b0bb07 commit 53cd682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tmux.conf
Expand Up @@ -24,6 +24,9 @@ unbind-key -
bind-key | split-window -h
bind-key - split-window -v

# Mouse-mode! Scrolling, resizing, selection:
set -g mouse on

# Set window notifications
setw -g monitor-activity on
set -g visual-activity on
Expand Down

0 comments on commit 53cd682

Please sign in to comment.