Last active
February 16, 2021 13:40
-
-
Save mgrzaslewicz/7309a9fb8b0e2fd62c9842a28ada3549 to your computer and use it in GitHub Desktop.
intellij idea vim settings
This file contains hidden or 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
| imap kj <Esc> | |
| set so=999 | |
| # reload settings after modifying the file | |
| # :source ~/.ideavimrc | |
| # https://stackoverflow.com/questions/3776117/what-is-the-difference-between-the-remap-noremap-nnoremap-and-vnoremap-mapping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment