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

Intellij IdeaVim change keys

As of IdeaVim 0.35 (released 2014-05-15), key mappings in ~/.ideavimrc are supported. You can put source ~/.vimrc in that file if you want to include mappings from ~/.vimrc. Release announcement VIM-288 (Note: This question could probably be considered a duplicate of this other StackOverflow question.)

Using PhpStorm IdeaVim, I can’t use shift+arrow keys to select words

I would create a ~/.ideavimrc with the following lines nmap <S-Up> v<Up> nmap <S-Down> v<Down> nmap <S-Left> v<Left> nmap <S-Right> v<Right> vmap <S-Up> <Up> vmap <S-Down> <Down> vmap <S-Left> <Left> vmap <S-Right> <Right> imap <S-Up> <Esc>v<Up> imap <S-Down> <Esc>v<Down> imap <S-Left> <Esc>v<Left> imap <S-Right> <Esc>v<Right> It makes my code select text in the same way.

Is there a way to get IdeaVIM to honor the mappings from my .vimrc file?

Updated answer: IdeaVim version 0.35 (released 2014-05-15) reads settings and key bindings from ~/.ideavimrc. You can put source ~/.vimrc in that file if you want to include mappings from ~/.vimrc. 0.33 and 0.34 read ~/.vimrc directly. 0.33 (released 2014-04-28) was the first version to implement VIM-288, including things like mapping jj to ESC. It works … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)