mirror of
1
0
Fork 0
This commit is contained in:
Gregory Pakosz 2019-11-30 20:40:19 +01:00
parent 38e29b6f73
commit 25daf13906
1 changed files with 4 additions and 3 deletions

View File

@ -268,9 +268,10 @@ tmux_conf_copy_to_os_clipboard=false
# - true
# - false (default)
#
# this requires set-clipboard to be set to 'on' or 'external' (default)
# this requires having a terminal that emulator that understands the OSC 5
# escape sequence
# this requires tmux_conf_copy_to_os_clipboard to be set to 'true' and
# set-clipboard to be set to 'on' or 'external' (default)
# this requires having a terminal emulator that understands the OSC 52 escape
# sequence
tmux_conf_share_remote_clipboard=false
# -- user customizations -------------------------------------------------------