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 '@'
# fzf-tmux layout (default: '-p70%' on tmux 3.2, '-d' otherwise)
# (-p requires tmux 3.2 or above, see `man fzf-tmux` for available options)
set -g @fzf-maccy-layout '-p70%'