Skip to content

Instantly share code, notes, and snippets.

@samuell
Last active August 29, 2015 14:06
Show Gist options
  • Save samuell/3c3faeb144c32d94243e to your computer and use it in GitHub Desktop.
Save samuell/3c3faeb144c32d94243e to your computer and use it in GitHub Desktop.
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