Last active
August 29, 2015 14:06
-
-
Save samuell/3c3faeb144c32d94243e to your computer and use it in GitHub Desktop.
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
inoremap jj <ESC> | |
noremap <silent> <c-z> :update<CR> | |
inoremap <silent> <c-z> <c-[>:update<CR> | |
vnoremap <silent> <c-z> :<c-c>:update<CR> | |
noremap <c-j> 4j | |
noremap <c-k> 4k | |
noremap <c-h> 4h | |
noremap <c-l> 4l | |
set nu | |
set hlsearch | |
set smartcase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment