-
-
Notifications
You must be signed in to change notification settings - Fork 366
Closed
Description
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
Labels
No labels