From 5d4de61d36570502a8894eb91704a24d40640998 Mon Sep 17 00:00:00 2001 From: eKa Date: Thu, 19 Sep 2019 04:36:52 +0000 Subject: [PATCH] Add some yank options --- tmux/local.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/local.conf b/tmux/local.conf index aa036fc..fc21809 100644 --- a/tmux/local.conf +++ b/tmux/local.conf @@ -300,6 +300,10 @@ set -g @continuum-restore 'on' set -g @open-S 'https://www.google.com/search?q=' +# tmux-yank +#set -g @custom_copy_command 'xsel' # xclip or something else +#set -g @yank_action 'copy-pipe' # or 'copy-pipe-and-cancel' for the default + # ============================================== # === Nesting local and remote sessions === # ==============================================