lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
652 stars 41 forks source link

Bash completion: optionally use the fzf-tmux command #19

Closed tseeker closed 3 years ago

tseeker commented 4 years ago

If FZF_BASH_TMUX is set, the fzf-tmux -- (arguments) command will be used rather than the default fzf (arguments) command.

lincheney commented 3 years ago

thanks, but going to use __fzfcmd instead