From 1ac4eb5de71d5180a536fa527688692f0b9c1a22 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 13 Nov 2017 15:57:25 -0600 Subject: [PATCH] Add tmux clipboard note --- shell/tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/tmux.conf b/shell/tmux.conf index 996948a..434f01b 100644 --- a/shell/tmux.conf +++ b/shell/tmux.conf @@ -93,7 +93,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' -# highlight with Prefix+[, yank to clipboard with y +# prefix+[ for select mode +# v for visual mode +# yank to clipboard with y +# paste with prefix+] set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-copycat'