tmux.conf: mode-mouse is making me crazy.

I always need to disable it. It causes more problems than solves them.
This commit is contained in:
Mika Suomalainen 2012-03-10 19:58:04 +02:00
parent a0b344be53
commit 44247353f7
1 changed files with 0 additions and 3 deletions

View File

@ -22,8 +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
# Enables colours
set -g default-terminal "screen-256color"