Tmux plugin for Maccy and fzf integration. Allows you to select an entry from clipboard history.
Using TPM
Add this line to your tmux config file and press PREFIX
+ I
.
set -g @plugin 'junegunn/tmux-fzf-maccy'
Press PREFIX
+ @
and select an entry to copy to your clipboard.
# Bind-key (default: '@')
set -g @fzf-maccy-bind '@'
# Popup window orientation and size (default: '70%', uses '--tmux' option of fzf)
set -g @fzf-maccy-popup '70%'