Skip to content

Cannot remap <C-l> using EMCommandLineNoreMap #262

@phongvcao

Description

@phongvcao

Hi,

I am trying to remap <C-l> to <C-f> or <Right> in vim-easymotion's command-line mode but it doesn't work. Here is what I have in my .vimrc:

    autocmd VimEnter,BufEnter * :EMCommandLineNoreMap <C-l> <Right>
    autocmd VimEnter,BufEnter * :EMCommandLineNoreMap <C-l> <C-f>

However, after having these keymappings, <C-l> still behaves as <Over>(buffer-complete) instead of moving cursor to the right in command-line (search) mode. What did I do wrong here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions