Skip to content

Instantly share code, notes, and snippets.

@jgosmann
Created December 15, 2018 19:15
Show Gist options
  • Save jgosmann/36a960f3b3f96a5d78cfe0bd99c6b6e9 to your computer and use it in GitHub Desktop.
Save jgosmann/36a960f3b3f96a5d78cfe0bd99c6b6e9 to your computer and use it in GitHub Desktop.
IdeaVim key remappings
" Neo2 remappings
noremap s h
noremap n gj
noremap r gk
noremap t l
" kill
noremap k s
" jump
noremap j n
" hide
noremap h r
" lookup
noremap l t
noremap <C-Up> O<Esc>
noremap <C-Dowen o<Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment