LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

Can't customize LeaderF mappings

Open ykolomatski opened this issue 2 years ago • 2 comments

  • vim or neovim?
    • [X] 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
    • [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?

ykolomatski avatar Jan 17 '22 15:01 ykolomatski

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

Yggdroot avatar Jan 19 '22 02:01 Yggdroot

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

sisrfeng avatar Feb 13 '22 13:02 sisrfeng