Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Break Change] Use $TMUX_FZF_LAUNCH_KEY #30

Open
sainnhe opened this issue Dec 29, 2020 · 0 comments
Open

[Break Change] Use $TMUX_FZF_LAUNCH_KEY #30

sainnhe opened this issue Dec 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sainnhe
Copy link
Owner

sainnhe commented Dec 29, 2020

So you've noticed that this plugin uses @tmux-fzf-launch-key to customize the launch key, but uses environment variables to control some other behaviors.

That's because the performance of tmux variables is VERY BAD. I pushed a new branch named tmux-options to demonstrate how bad the performance will be if we use tmux variables. You can checkout this branch and get it a try.

I decided to switch from @tmux-fzf-launch-key to $TMUX_FZF_LAUNCH_KEY partly because of this, another reason is that I don't want to use tmux variables in some places while use environment variables in others, that makes the code and .tmux.conf very dirty.

You need to modify your config if you are using @tmux-fzf-launch-key after 66817c1.

@sainnhe sainnhe added the enhancement New feature or request label Dec 29, 2020
@sainnhe sainnhe pinned this issue Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant