Skip to content

Can't customize LeaderF mappings #869

@ykolomatski

Description

@ykolomatski
  • 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions