Escape to IntelliJ IDEA shortcuts from IdeaVim
I made .ideavimrc that contains bindings for all conflicted mappings. Maybe it’ll be usefull to someone. imap jj <Esc> let mapleader = ” ” map <leader>a :action $SelectAll<CR> map <leader>b :action GotoDeclaration<CR> map <leader>c :action $Copy<CR> map <leader>d :action EditorDuplicate<CR> map <leader>e :action RecentFiles<CR> map <leader>f :action Find<CR> map <leader>g :action GotoLine<CR> map <leader>h :action … Read more