junegunn / tmux-fzf-maccy

Tmux plugin for Maccy and fzf integration
MIT License
38 stars 2 forks source link
fzf maccy tmux

tmux-fzf-maccy

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

Prerequisites

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