vim-follow-my-lead icon indicating copy to clipboard operation
vim-follow-my-lead copied to clipboard

imap mapping not displayed

Open OolonColoophid opened this issue 8 years ago • 1 comments

Hi

This legal mapping in my .vimrc is not detected or displayed by the plugin:

imap <leader>v <esc>:VoomToggle<CR>

However, this one is detected and displayed:

nnoremap <leader>v :VoomToggle<CR>

Am I doing something wrong?

Cheers

Ian

OolonColoophid avatar Aug 21 '17 20:08 OolonColoophid

Confirmed.

I didn't realize until now that the plugin is not looking into imaps, maybe coz I find really rare to use leader mappings in insert mode. But will see what I can do.

Thanks for reporting.

ktonga avatar Aug 23 '17 09:08 ktonga