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

Can't customize LeaderF mappings #869

Open
2 of 6 tasks
ykolomatski opened this issue Jan 17, 2022 · 2 comments
Open
2 of 6 tasks

Can't customize LeaderF mappings #869

ykolomatski opened this issue Jan 17, 2022 · 2 comments

Comments

@ykolomatski
Copy link

  • vim or neovim?
    • vim
    • neovim
  • Output of vim --version or nvim --version: VIM - Vi IMproved 8.2
  • Output of :echo has("python"): 0
  • Output of :echo has("python3"): 1
  • Output of :echo &pythondll(only vim, not neovim): python27.dll
  • Output of :echo &pythonthreedll(only vim, not neovim): python310.dll
  • Output of :py print(sys.version): Could not load library python27.dll
  • Output of :py3 print(sys.version): 3.10.1
  • Operating system:
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Configurations related to LeaderF in vimrc:
    let g:Lf_NormalMap = {"_": [["<CR>", "<C-o>"], ["<C-V>", "<C-i>"], ["<C-]>", "<C-v>"]]}

Describe your question, feature request, or bug.

I am trying to customize the mappings of the plugin as it is described in the help document (see my current configuration above). However, the setting doesn't work. Am I doing something wrong?

@Yggdroot
Copy link
Owner

Maybe you should use g:Lf_CommandMap but not g:Lf_NormalMap.

@sisrfeng
Copy link

image
how to use enter instead of t to open in new tab?

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