view .vimrc @ 18:ebc3f864376c

Removed the LD_LIBRARY_PATH lines entirely since I've not seen any ill effects (haven't tested much either, but they can always be replaced). Added logic to setup MIBDIRS and MIBS for easier commandline snmpeeing.
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Wed, 25 Nov 2009 18:05:41 +0000
parents c78481cfb082
children f65964738bab
line wrap: on
line source

version 5.0
set nocompatible
set autoindent
set cindent
set mouse=a
set smartindent
set smarttab
set tabstop=3
syntax on
set sw=3
set bg=dark
set textwidth=78
set sm
hi Normal guibg=black guifg=white