Closed eggbean closed 1 year ago
I've tmux 3.3a and the following config:
set -g @fzf-url-fzf-options '-p -y 1 -w 95% -h 75%'
this works fine for me for https://github.com/wfxr/tmux-fzf-url/commit/1241fc5682850fe41812cad81c76541674ee305b which is the latest state available in nix.
Thanks for the reply, but I did get it working after I made this issue. I'm currently using:
set -g @fzf-url-fzf-options '-w 50% -h 60% --multi -0 --no-preview --layout reverse --prompt "url: " --no-info --pointer ● --color "prompt:#bd93f9,pointer:#bd93f9"'
Maybe you can close the issue then @eggbean ? :)
Ha, oh yeah..
As mentioned in the README.md, I have added this line to my tmux config:
While any configuration changes to change the appearance of fzf, it's not in a tmux popup as mentioned in the comment. How do I make it into a centralised popup? I'm using tmux 3.3 on Linux.