sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
926 stars 51 forks source link

Switching windows through the command line is slow #88

Open edte opened 2 months ago

edte commented 2 months ago

need wait 1s to switch windows

/Users/edte/.tmux/plugins/tmux-fzf/scripts/window.sh switch
$ tmux -V
tmux 3.4
peterjumper commented 2 months ago

just read the doc

FAQ

Q: Why use environment variables instead of tmux options to customize this plugin?

A: Because the performance of tmux options is very bad. I pushed a branch named tmux-options to demonstrate how bad the performance will be if we use tmux options to customize this plugin, you can checkout this branch and get it a try.

Q: How to launch tmux-fzf with preselected action?

A: See https://github.com/sainnhe/tmux-fzf/issues/6.

Q: What's your status line configuration?

A: See this post.

Q: What's the color scheme used in the screenshot?

A: Gruvbox Material