From 25daf139067bd5ba8ba07f4a17841bea44a6ad0d Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sat, 30 Nov 2019 20:40:19 +0100 Subject: [PATCH] wip --- .tmux.conf.local | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index f367d06..e143fa4 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -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 -------------------------------------------------------