mirror of
1
0
Fork 0

add mouse and clipboard support

This commit is contained in:
Page 2020-11-22 21:15:34 +08:00
parent 7fe7cb93b4
commit 5c675ccec1
1 changed files with 3 additions and 3 deletions

View File

@ -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