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