LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.

Results 68 LeaderF issues
Sort by recently updated
recently updated
newest added

- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: - Output of `:echo has("python")`: 0 - Output of `:echo has("python3")`:...

使用中经常出现要打开的文件在Mru里头但是打开的是leaderf file或者反过来,以前ctrlp就有这个模式,还挺好用的。

- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: - Output of `:echo has("python")`: - Output of `:echo has("python3")`: -...

- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: NVIM v0.5.0-dev - Output of `:echo has("python")`: 1 - Output of...

- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: ``` NVIM v0.4.3 Build type: Release LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -g...

Like `--auto-jump` do a special treatment for match number is 1, match number is 0 also need a special treatment. I think showing a message is better than opening a...

https://github.com/DavidEGx/ctrlp-smarttabs does something over tabs just like LeaderF did over buffers. Is it possible to add samiliar support in LeaderF?

- vim or neovim? - [ ] vim - [x] neovim - Operating system: - [x] Linux - [ ] Mac OS X - [ ] Windows - [ ]...

新命令: ```VimL :LeaderfAny[!] ``` 可以提供一个 list 列表,和一个 callback 函数,用 Leaderf 的搜索方式提供搜索,关闭 leaderf 窗口后,调用一下用户提供的回调,告知选择结果,null 代表用户没做选择。 如果还能提供个额外的语法文件支持就太好了啊。

feature request

- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: gvim-lily 8.2.2406-2 - Output of `:echo has("python")`: 0 - Output of...