-
-
Save cschamp/293032 to your computer and use it in GitHub Desktop.
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
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