tmux.conf: enable mouse

This commit is contained in:
Mika Suomalainen 2011-11-14 17:07:53 +02:00
parent fb1c1db353
commit ab9f6a213c
1 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,5 @@ set -g base-index 1
# Sets 0 as window 10 (in my keyboard, numbers are 1234567890)
bind-key 0 select-window -t :10
# Enables mouse
set -g mode-mouse on