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
Currently, we can choose whether to auto show preview by the following either way:
Config Lf_PreviewResult in Neovim/Vim files
Add --auto-preview or --no-auto-preview for every command
But all these methods required user to decide before the leaderf buffer appears. Though it is possible to preview a single item by press p in the leaderf buffer, It will be very useful to add a feature, such as keybinding to P, to toggle auto-preview.
Let's say, I search some word with Rg, the result may be huge, so I default set to no-auto-preview, but after filtering the result, I indeed want to preview everything!
I hope there will be such feature added in the future implant :)
The text was updated successfully, but these errors were encountered:
ukyouz
changed the title
Feature request for Preview: toggle auto preview temparily for the current leader buffer
Feature request for Preview: toggle auto preview temporarily for the current leader buffer
Mar 8, 2024
ukyouz
changed the title
Feature request for Preview: toggle auto preview temporarily for the current leader buffer
Feature request for Preview: toggle auto preview temporarily for the current leaderf buffer
Mar 8, 2024
vim --version
ornvim --version
::echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
: 3.11.6:py3 print(sys.version)
: 3.11.6:echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:Describe your question, feature request, or bug.
Currently, we can choose whether to auto show preview by the following either way:
Lf_PreviewResult
in Neovim/Vim files--auto-preview
or--no-auto-preview
for every commandBut all these methods required user to decide before the leaderf buffer appears. Though it is possible to preview a single item by press
p
in the leaderf buffer, It will be very useful to add a feature, such as keybinding toP
, to toggle auto-preview.Let's say, I search some word with Rg, the result may be huge, so I default set to
no-auto-preview
, but after filtering the result, I indeed want to preview everything!I hope there will be such feature added in the future implant :)
The text was updated successfully, but these errors were encountered: