Conversation
| | `:Rg [PATTERN]` | [rg][rg] search result (`ALT-A` to select all, `ALT-D` to deselect all) | | ||
| | `:RG [PATTERN]` | [rg][rg] search result; relaunch ripgrep on every keystroke | | ||
| | `:Lines [QUERY]` | Lines in loaded buffers | | ||
| | `:BCommits [LOG_OPTS]` | Git commits for the current buffer; visual-select lines to track changes in the range | |
There was a problem hiding this comment.
Sorry for the noise. This has been reordered in alphabetical order.
| | `:Helptags` | Help tags <sup id="a1">[1](#helptags)</sup> | | ||
| | `:Filetypes` | File types | ||
| | `:Marks` | Marks | | ||
| | `:References` | [ALE][ale] `:ALEFindReferences` symbol search result |
There was a problem hiding this comment.
This is the only addition in this list, the new :References` command
| *:BCommits* *:Commands* *:Maps* *:Helptags* *:Filetypes* | ||
| *:Ag* *:BCommits* *:BLines* *:BMarks* *:BTags* *:Buffers* *:Changes* *:Colors* *:Commands* | ||
| *:Commits* *:Files* *:Filetypes* *:GFiles* *:Helptags* *:History* *:Jumps* *:Lines* | ||
| *:Locate* *:Maps* *:Marks* *:References* *:RG* *:Rg* *:Snippets* *:Tags* *:Windows* |
There was a problem hiding this comment.
This has also been sorted alphabetically and :References has been added
| `:Helptags` | Help tags [1] | ||
| `:Filetypes` | File types | ||
| `:Marks` | Marks | ||
| `:References` | References to the symbol under the cursor (requires {ALE}{12}'s |ALEFindReferences|) |
There was a problem hiding this comment.
This has also been sorted alphabetically and :References has been added
|
Thanks for sharing, that feature looks pretty neat. But it appears this Happy holidays! |
Thanks for the effort in maintaining this extremely useful project and
fzf.I recently contributed to dense-analysis/ale a new feature which allows to search for symbols using
:ALEFindReferencesand pipe the results intofzf.vim(dense-analysis/ale#5018)This looks looks something like this:
link to asciicast
While I did add some documentation on integration with
fzf.vimin ALE's docs here, it might be useful to add the:Referencescommand tofzf.vimto invoke the new functionality in ALE. This PR does just that::Referencescommand to use:ALEFindReferences -fzf