From fe615a2444274e687ad667f8d3265e26331e1b8b Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 9 Jul 2017 09:24:42 +0200 Subject: [PATCH] show how to start with mouse mode enabled. Closes #97 --- .tmux.conf.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 533fac9..a1c33f5 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -246,6 +246,9 @@ tmux_conf_copy_to_os_clipboard=false # increase history size #set -g history-limit 10000 +# start with mouse mode enabled +#set -g mouse on + # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual #set -g status-keys vi