ktonga / vim-follow-my-lead

Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
105 stars 9 forks source link

imap mapping not displayed #23

Open OolonColoophid opened 7 years ago

OolonColoophid commented 7 years ago

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

ktonga commented 7 years ago

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.