tmux-fzf-maccy icon indicating copy to clipboard operation
tmux-fzf-maccy copied to clipboard

Tmux plugin for Maccy and fzf integration

tmux-fzf-maccy

Tmux plugin for Maccy and fzf integration. Allows you to select an entry from clipboard history.

Prerequisites

  • tmux
    • Popup window is used if you have tmux 3.2 or above
  • fzf
    • fzf-tmux should be on $PATH
  • Maccy

Installation

Using TPM

Add this line to your tmux config file and press PREFIX + I.

set -g @plugin 'junegunn/tmux-fzf-maccy'

Usage

Press PREFIX + @ and select an entry to copy to your clipboard.

Customization

# 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%'

License

MIT