Daniel Dilts wrote: > Call me a minimalist, but my .vimrc is extremely simple. I don't like > having to use vim on systems where I don't have my .vimrc, but it is easier > to use if your custom settings are minimal and can mostly be replaced from > memory. > > set fdm=syntax > set cindent > set tabstop=4 > set background=dark > set shiftwidth=4 > set foldcolumn=4 > syntax enable
Don't forget: map <S-Insert> <MiddleMouse> map! <S-Insert> <MiddleMouse> set wildmode=longest,list colorscheme desert The first two commands turn on middle-click pasting. The third makes tab-completion only complete partial words if there are multiple matches, instead of completing the first match and then cycling through the other matches (annoying!). The last applies the end-all, be-all color scheme, created by our very own Hans Fugal. Thanks, Hans! -Brent -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
