Skip to content

Instantly share code, notes, and snippets.

@upvalue
Created November 10, 2012 08:13
Show Gist options
  • Save upvalue/4050397 to your computer and use it in GitHub Desktop.
Save upvalue/4050397 to your computer and use it in GitHub Desktop.
Miniature version of vim rc for servers
filetype plugin indent on | syntax on | set ruler gd hls scs ic hid ts=2 sts=2 sw=2 tw=79 fo=cq nuw=5 wmnu wim=full cul cino=l1,(0 | map ; : | map i <Up> | map j <Left> | map k <Down> | noremap h i | set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment