imap mapping not displayed
OolonColoophid opened this issue · 1 comments
OolonColoophid commented
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
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.