I use ideavim plugin, but I do not use any vim hotkey with Ctrl. Recently, I found out a great multicursor analog is Ctrl+V in vim. But I want to use Ctrl+V as a paste command in Idea. Could I somehow reassign Ctrl+V to be visual block by typing something like ff .
I tried to create a map in .vimrc file:
:imap ff <C-v>
but it does not work.