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'