-
- [x] I have fzf 0.23.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/REA…
-
```
mfiano@workstation ~$ z pr
# works
mfiano@workstation ~/.../Julia/Practice$ cd ~
```
```
mfiano@workstation ~$ z pr
mfiano@workstation ~$ z prbash: ${=fzf}: bad substitution
```
Arch Li…
-
In `zsh`, when I press TAB I see all defined variables. Is it possible to suppress all those unnecessary variables?
```bash
$ program # works
about -- metadata
console …
-
Hi,
I posted on reddit about some utilities I've been working on to improve how FZF works with a tab workflow. Someone commented there about your plugin which looks great. Thought you might be intere…
-
Hey @naps62,
Been looking for a minimal portable implementation of zettelkasten for a while. And I really like what I'm seeing here.
I have a problem with the `search` command, though. When I …
-
Given the following folder structure and config:
```
$ ls
"foo bar" foo_bar foobar
$ echo $FZF_COMPLETE
0
```
I would expect `fzf` to be triggered when using the TAB key after having type…
-
Fuzzy finders such as `sk`, `peco` and `fzy` offer similar functionality to that of `fzf`, even their command-line arguments mostly coincide with that of `fzf`. (For example, [here](https://github.co…
-
- [X] I have fzf 0.23.0 or above
- [X] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [X] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.…
-
- `nvim --version`: `NVIM v0.1.5-385-g999590b`
- Operating system/version: OS X / 10.11.5
- Terminal name/version: iTerm2 / Build 3.0.20160607-nightly
- `$TERM`: xterm-256color
- Actual behaviour:
…
-
**Describe your question**
From the example in the wiki, I wrote a similar function for previewing files and directories.
```
zstyle ':fzf-tab:complete:*:*' fzf-preview 'preview-file ${(Q)realpat…