-
> If you're stuck with an old version of tmux that doesn't support popup, or if you want to open fzf in a regular tmux pane, check out [fzf-tmux](https://github.com/junegunn/fzf/blob/master/bin/fzf-tm…
-
Using TAB completion with directories containing spaces in their names appears to be broken (?). I attach two screenshots with and without FZF_COMPLETE to illustrate the issue.
**Without FZF TAB c…
-
Hi,
I do love navigation's phylosophy of clifm,however I wonder if we would have feature such as floating window.
Thanks, I love your job.
-
FZF has a reload action, which would execute a given command and load the results back in fzf. How do I replicate this with fzf-tab ?
Example use would be with:
`kill -9 `
and from within the com…
-
#### Describe the bug
When the `_approximate` completer is used, the brace completion works the first time, but all other times it always picks the first candidate, regardless of what I select.
…
-
#### Describe the bug
A clear and concise description of what the bug is.
I can make sure:
- [x] I am using the latest version of fzf-tab
- [ ] this is the minimal zshrc which can reproduce this…
-
Thank you for check issue #26.
I use bash, not familiar with zsh.
Bash don't have word split Parameter Expansion ${=SPEC} syntax.
* ubuntu 14.04.6 i686
* GNU bash, version 4.4.19(1)-release (i68…
-
I opted to use telescope as a default since it's probably the most popular, but I know that there's also:
* https://github.com/ibhagwan/fzf-lua
* https://github.com/echasnovski/mini.pick?tab=readm…
-
I use [fzf-tab](https://github.com/Aloxaf/fzf-tab) to provide autocompletions when hitting tab key. When I source argc-completions in zsh as well, It overrides fzf-tab, showing its completion menu ins…
-
Is there something I can add to my config file to swap the completion selection mechanism with fzf?
The idea is when you do, say, ls , the (standard) completion function generates a list of candida…