-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use '--heading' in the interactive mode #901
Comments
didn't work as well |
"--heading" does not support interactive mode, because interactive mode will lose the file name information. |
Thank you for the quick reply. I don't quite get your point. The information in "no-heading" and "heading" mode are quite alike, the difference is how they are organized, and we can use the "heading" mode to show the search results for the current word. what does it mean by "lose the file name information"? |
What do you mean by |
I think now you can use |
vim --version
ornvim --version
: 8.2:echo has("python")
::echo has("python3")
::echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
::echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:nnoremap g :Leaderf rg --fullScreen --heading
Describe your question, feature request, or bug.
I can use "--heading" like ":Leaderf rg --fullScreen foo --heading" to search "foo", but I can't use it in the interactive mode.
Steps to reproduce
Actual behaviour
Currently, it will return the heading format search result of "".
Expected behaviour
heading format in the interactive mode
The text was updated successfully, but these errors were encountered: