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 fzf'
/home/kghost/.nix-profile/bin/fzf
But when I try to invoke fzf-tmux I get this:
ls | /nix/store/rk6vrgamfsnp45kvk2cwhjmjs387691i-tmuxplugin-tmux-fzf-unstable-2020-12-07/share/tmux-plugins/tmux-fzf/scripts/.fzf-tmux
tmux: unknown option -- K
usage: display-popup [-CE] [-c target-client] [-d start-directory] [-h height] [-t target-pane] [-w width] [-x position] [-y position] [command]
my tmux version is: tmux 3.2a
I discovered this because when I press prefix + F nothing happens and hence I started debugging.
Calling
tmux run-shell -b /nix/store/32d5ndb6nasv7ikmlnr3yxg5inh1n0i3-tmuxplugin-tmux-fzf-unstable-2020-12-07/share/tmux-plugins/tmux-fzf/main.sh
does nothing.
Hi, I tried to set this up on my ubuntu with home-manager from nix.
I have fzf installed and
tmuxis able to see it:But when I try to invoke
fzf-tmuxI get this:my tmux version is:
tmux 3.2aI discovered this because when I press
prefix+Fnothing happens and hence I started debugging.Calling
does nothing.