From 44247353f7f57b5bd88b62473d99ac61b637d482 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 10 Mar 2012 19:58:04 +0200 Subject: [PATCH] tmux.conf: mode-mouse is making me crazy. I always need to disable it. It causes more problems than solves them. --- tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 843cbffd..ad3f255b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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"