Created
December 2, 2019 22:04
-
-
Save amjltc295/87277b7971f02980cbb13756c86b6150 to your computer and use it in GitHub Desktop.
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
inoremap jj <Esc> | |
inoremap wq <Esc>:wq<CR> | |
map wq <Esc>:wq<CR> | |
map ww <Esc>:w<CR> | |
map qq <Esc>:q!<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment