Add tmux clipboard note

This commit is contained in:
Daniel Flanagan 2017-11-13 15:57:25 -06:00
parent b26862687e
commit 1ac4eb5de7

View file

@ -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'