-
In some environments, when I press tab and there is no valid completion, the cursor moves upwards.
This is a recording demonstrating the problems:
https://asciinema.org/a/PlF3DoOIeIQQRwpG40K2o5cpw…
-
hi, I noticed fzftselect doesn't have tab completion as the builtin tselect has. so if I type in a partial tag name then press tab, vim's tselect gives me all tags matching the prefix so far without s…
-
- [x] I have read through the manual page (`man fzf`)
- [x] I have the latest version of fzf
- [x] I have searched through the existing issues
## Info
- OS
- [x] Linux
- [ ] …
-
Thanks for putting this package together!
I was wondering if it were also possible to use JLFzf for fuzzy tab completion. I am thinking something along the lines of [[1]](https://github.com/Aloxaf/…
-
```
$ ls -al
total 8
drwx------ 2 mrich mrich 4096 Sep 17 22:19 .
drwxrwxrwt 32 root root 4096 Sep 17 22:19 ..
-rw-rw-r-- 1 mrich mrich 0 Sep 17 22:19 TEST
$ less t
```
Nothing happ…
-
I recently discovered this package, and so far I'm really enjoying the new REPL experience, so thanks!
A small question (I wasn't able to find relevant opened or closed issues). If I'm in `fzf` sea…
-
For some reason in the past month or so pressing tab 2x is required in order for tab completion menu to show up. I don't know why the behavior has changed. I narrowed the issue down to this plugin. He…
-
Hey there.
I was looking at [Debian bug #1013356](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013356) which is about [fzf](https://github.com/junegunn/fzf)’s completion file, which Debian in…
-
* [mg979/vim-visual-multi](https://github.com/mg979/vim-visual-multi)
- mac下默认快捷键不起作用,需要自定义mapping
- m-j/k/h/l 添加cursor
- 8mj, mip 可以在text object范围内选中所需字段
- visual mode, 选中一块区域,通过g/可以用正则进入…
-
Is there a way to use multiple file selection like in FZF with the -m command (and hitting tab for selection)?