Created
December 15, 2018 19:15
-
-
Save jgosmann/36a960f3b3f96a5d78cfe0bd99c6b6e9 to your computer and use it in GitHub Desktop.
IdeaVim key remappings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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