From 5c675ccec13b165885de13435d57eda09a4b90e2 Mon Sep 17 00:00:00 2001 From: Page Date: Sun, 22 Nov 2020 21:15:34 +0800 Subject: [PATCH] add mouse and clipboard support --- .tmux.conf.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 4ae12eb..94b16d8 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -305,17 +305,17 @@ 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=true # -- user customizations ------------------------------------------------------- # this is the place to override or undo settings # increase history size -#set -g history-limit 10000 +set -g history-limit 10000 # start with mouse mode enabled -#set -g mouse on +set -g mouse on # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual