Skip to content

Instantly share code, notes, and snippets.

@Aracki
Created December 1, 2017 11:27
Show Gist options
  • Save Aracki/56f47962bc1c18306483106e27c7abc9 to your computer and use it in GitHub Desktop.
Save Aracki/56f47962bc1c18306483106e27c7abc9 to your computer and use it in GitHub Desktop.
Custom .ideavimrc
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>
vnoremap <BS> d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment