Skip to content

Instantly share code, notes, and snippets.

@cschamp
Created February 2, 2010 21:15
Show Gist options
  • Save cschamp/293032 to your computer and use it in GitHub Desktop.
Save cschamp/293032 to your computer and use it in GitHub Desktop.
map g 1G
map e $
map - :n#^M
map , !}fmt -c^M
map ; !}fmt -c -w 57^M
set ai
set aw
set ts=3
set ht=4
set sw=3
set compatible
set expandtab
set number
map # :se invnumber^M
map & 1G!Gexpand -2^M
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M * $Log: exrc,v $
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.2 2001/01/22 18:48:24 cschamp Exp schamp $^M *^M * Revision 1.3 2002/11/09 00:52:47 schamp
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.2 2001/01/22 18:48:24 cschamp Exp schamp $^M *^M * Tabstops (ts), hardtabs (ht), and shiftwidth (sw) set to 4. " map @ :se noai^M1GO/*^M * $Id: exrc,v 1.2 2001/01/22 18:48:24 cschamp Exp schamp $^M *^M *
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M * Revision 1.2 2001/01/22 18:48:24 cschamp
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M * Add proper RCS ID
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M *
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M * Revision 1.1 2001/01/22 18:44:37 cschamp
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M * Initial revision
" map @ :se noai^M1GO/*^M * $Id: exrc,v 1.3 2002/11/09 00:52:47 schamp Exp $^M *^M *^M */^M^[:se ai^M
map ^X 0i/* XXX ^[$a */^[^M
map ^P 07x$xxx^M
set nohlsearch
" set background=light
" color jhlight
color greens
syntax on
if &background == "dark"
highlight Comment cterm=bold ctermfg=cyan ctermbg=black
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment