Last active
August 29, 2015 14:03
-
-
Save fgr0/41fb1114d660a72f913e to your computer and use it in GitHub Desktop.
Bare-bone vim configuration
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
| """ barebone vimrc """ | |
| set nocompatible | |
| set noml hid ru sc smd wmnu ai nu hls ic scs | |
| set bs=2 fo=cqr ls=2 shm=at tw=72 ww=<,>,h,l mouse=a ch=2 cb+=unnamed | |
| set statusline=%-3.3n\ %<%.99f%m\ %h%w%r%y%=[%{strlen(&fenc)?&fenc:&enc},%{&fileformat}]%-16(\ %l,%c%V\ %)%P |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment