You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of :echo &pythonthreedll(only vim, not neovim):
Output of :py print(sys.version):
Output of :py3 print(sys.version):
Operating system:
[ *] Linux
Mac OS X
Windows
Etc.
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
1.Search result window closed automatically after choose one item by click <CR>, can the result window remain there until i leave Leadf.
2. Any option to set position of file to be opened by default, like default value set to "right" in vim, not just by current cursor.
By the way, Leaderf is much more fast and accuracy than CtrlP, than you for your valuable work. I will recommend my friends to switch to Leaderf
Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered:
Currently, there is no such a feature. And I don't think it is necessary either, LeaderF is a searching tool, it doesn't make sense to remain there after the target has been found.
vim or neovim?
vim --version
ornvim --version
:vim 8.1Output of
:echo has("python")
:Output of
:echo has("python3")
: yesOutput of
:echo &pythondll
(only vim, not neovim):Output of
:echo &pythonthreedll
(only vim, not neovim):Output of
:py print(sys.version)
:Output of
:py3 print(sys.version)
:Operating system:
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: