Results 372 comments of Junegunn Choi

tmux 3.4? See https://github.com/junegunn/fzf/issues/3635

If you can't use the latest fzf-tmux with the patch for some reason, you can use popup mode instead as suggested above. ```sh export FZF_TMUX_OPTS='-p 100%,40% -y P' ```

> If query could be exposed like {} It's `{q}`. ```sh fzf --history /tmp/fzf --bind 'ctrl-c:execute(echo {q} >> /tmp/fzf)+abort' ```

Do you still have the issue with the latest version of the code?

Make sure plug.vim is located in the right directory. https://github.com/junegunn/vim-plug?tab=readme-ov-file#windows-powershell-1

Related #1257 Please let me know if you still have the issue with the latest version of vim-plug.

What would be the background color of a selected item that is on the current cursor position?

> At the moment 12 colors can be configured There are more than 12. See https://github.com/junegunn/fzf/blob/f7447aece12f9b95133b803d5c4f71815bee8ca6/man/man1/fzf.1#L421-L443

I have to clarify that it's a bash-only solution and I don't know how to do the same in zsh. If you find a way to do it, please share...

> I'm using tmux, but I don't like starting FZF in another pane, because it messes up other things for me. If you're running tmux 3.2 or above, you can...