tmux-fzf
tmux-fzf copied to clipboard
Use fzf to manage your tmux work environment!
Dear @sainnhe, Thanks for your amazing work on tmux-fzf. I really enjoy using it. I'm having a preview issue since I first started using the tmux-fzf, that is preview starts...
Hi, I just followed the instructions to install tmux-fzf using TPM. To the best of my knowledge, all requirements are satisfied. I'm running Ubuntu 16. When I ran tmux run-shell...
Hi, I tried to set this up on my ubuntu with home-manager from nix. I have fzf installed and `tmux` is able to see it: ``` tmux run-shell 'command -v...
possible duplicate of #34 I cannot make it work on Arch Linux. Tmux 3.2a . I also tried remapping via TMUX_FZF_LAUNCH_KEY="C-f" fzf is found and is available on the prompt...
I would prefer to not to have `[cancel]` as one of the options, because I can hit escape to cancel. Is there a setting that I can use to remove...
This plugin is awesome! I'm using it on my Mac with ZSH, and almost everything works exactly as it's supposed to. However, when I choose the `keybinding` option, the list...
It return an error , on printing the values : it generates this : tmux move-window -a -s session1:2 -t vagrant:4:bash target doesnt look correct .
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...
Will it be possible to expose a configuration to open fzf for `choose-tree -w`
Fedora 39 installs `tmux next-3.4`, which seems to rename the `-p` parameter for `split-window` to `-l`. Session -> New executes `tmux split-window -v -p 30`, which fails with `size missing`....