Skip to content
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 switch between floating winodw and opened file #925

Open
zeminzhou opened this issue Jul 14, 2022 · 2 comments
Open

How to switch between floating winodw and opened file #925

zeminzhou opened this issue Jul 14, 2022 · 2 comments

Comments

@zeminzhou
Copy link

zeminzhou commented Jul 14, 2022

  • vim or neovim?

    • [*] vim
  • Output of vim --version or nvim --version:

  • Output of :echo has("python"):

  • Output of :echo has("python3"):

  • Output 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):

  • Output of :echo g:Lf_Debug_Cmd:

  • Output of :echo g:Lf_FilesFromCache:

  • Operating system:

    • [*] Linux
    • [*] Mac OS X
  • Configurations related to LeaderF in vimrc:
    let g:Lf_WindowPosition = 'popup'
    command Rg execute "Leaderf --stayOpen rg"

Describe your question, feature request, or bug.

When I used rg to search word, I can't return to LeaderF(floating window) after select a file. how can i switch floating winodw and opened file? Thanks

Steps to reproduce

Actual behaviour

Expected behaviour

@Yggdroot
Copy link
Owner

For vim, there is no way.

@gVimer
Copy link

gVimer commented Jul 20, 2022

You can Use
Step1、Leaderf rg
Step2、Leaderf --recall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants