From 50a7d3ea3dd59c4bb826861511571a36bd817d9b Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 29 Oct 2017 12:00:01 +0000 Subject: [PATCH] Adding new stuff --- .tmux.conf.local | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index b216065..c6840ad 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -239,7 +239,7 @@ tmux_conf_theme_clock_style='24' # - false (default) # on macOS, this requires installing reattach-to-user-namespace, see README.md # on Linux, this requires xsel or xclip -tmux_conf_copy_to_os_clipboard=false +# tmux_conf_copy_to_os_clipboard=false # -- user customizations ------------------------------------------------------- @@ -249,7 +249,8 @@ tmux_conf_copy_to_os_clipboard=false #set -g history-limit 10000 # start with mouse mode enabled -# set -g mouse on +set -g mouse on +# set -g mouse off # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual