Skip to content

Instantly share code, notes, and snippets.

@fgr0
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save fgr0/41fb1114d660a72f913e to your computer and use it in GitHub Desktop.

Select an option

Save fgr0/41fb1114d660a72f913e to your computer and use it in GitHub Desktop.
Bare-bone vim configuration
""" 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