Make FZF_TMUX_OPTS default behavior #3389
joshmedeski
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
FZF_TMUX_OPTS is currently only used by shell extensions, i.e. key bindings and fuzzy completion. The existence of the variable tells the scripts to use fzf-tmux instead of starting fzf with the Anyway, I think your suggestion makes sense, although we can ignore the possibility that there are users who don't want it to affect their fzf-tmux outside of the shell extension context. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When setting
FZF_TMUX_OPTS
all uses of fzf-tmux don't recognize the options set unless explicitly passed into the command:fzf-tmux $FZF_TMUX_OPTS
Why is this? Can this be rewritten so anytime someone calls
fzf-tmux
the options are read and used?fzf-tmux # automatically use FZF_TMUX_OPTS
Beta Was this translation helpful? Give feedback.
All reactions