Created
June 13, 2020 11:06
-
-
Save ima1zumi/9136525ba801fce06decbb4b44f63086 to your computer and use it in GitHub Desktop.
.vimrc
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> | |
nnoremap : ; | |
nnoremap ; : | |
vnoremap : ; | |
vnoremap ; : | |
xnoremap p "_dP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment