Skip to content

Instantly share code, notes, and snippets.

@pablospe
Created January 10, 2016 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablospe/89cf8b15002237515f9d to your computer and use it in GitHub Desktop.
Save pablospe/89cf8b15002237515f9d to your computer and use it in GitHub Desktop.
" save and close
map ,w :wq<enter>
map <C-space> :wq<enter>
" close
map ,1 :q!<enter>
map ,q :q<enter>
" navigation
map j gj
map k gk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment