Add tmux clipboard note
This commit is contained in:
parent
b26862687e
commit
1ac4eb5de7
1 changed files with 4 additions and 1 deletions
|
@ -93,7 +93,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
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-yank'
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||||
|
|
Reference in a new issue