Created
November 10, 2012 08:13
-
-
Save upvalue/4050397 to your computer and use it in GitHub Desktop.
Miniature version of vim rc for servers
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
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