Install via TPM
Add this line to your ~/.tmux.conf
set -g @plugin 'real420og/tmux-paste-buffer-fzf'
Reload configuration, then press prefix
+ I
.
Add macros buffer across tmux set-buffer:
set-buffer -b MACROS~todaynotes ">> \$HOME/Documents/notes/diary/$(date '+%Y%m%d').md"
To paste-buffer-fzf, press prefix
+ p
.
The code of /scripts/.fzf-tmux is copied from junegunn/fzf which is licensed under MIT.