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 === # ==============================================