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