5 " vwv || )_(,;;;, ,;,\_/ www
6 " )_( || \|/ \_/ )_(\| (_)
7 " \| \ || /\\|/ |/ \| \|// |
8 " "___\|//V\\||//_\V/_\|//_______\\|//V/\\|/__
10 "*************** navigation ***************
12 set tags=./tags;../../../../
14 "*************** search stuff ***************
22 "*************** formatting ***************
29 highlight Comment ctermfg=darkcyan
30 highlight Constant ctermfg=red
34 "*************** bell ***************
38 "*************** movement stuff ***************
43 "*************** gui stuff ***************
49 "*************** colin's auto-commenter ***************
50 map ,/ :s/^/\/\//<CR>:nohlsearch<CR>
51 map ,,/ :s/^\/\///<CR>:nohlsearch<CR>
52 map ,# :s/^/#/<CR>:nohlsearch<CR>
53 map ,,# :s/^#//<CR>:nohlsearch<CR>
54 map ," :s/^/\"/<CR>:nohlsearch<CR>
55 map ,," :s/^\"//<CR>:nohlsearch<CR>
58 map ,w :s/[\t ][\t ]*$//<CR>
60 "*************** shortcuts **************
61 map \b :ConqueTermSplit bash<CR>
62 map \B :ConqueTermVSplit bash<CR>
63 "command Bash execute ":ConqueTerm bash"
65 "*************** grep plugin ***************
66 :let Grep_Default_Filelist = '*.c *.cpp *.cc *.rb *.h'
67 :let Grep_Skip_Files = 'core.* *.svn *~ *.swp *.swo *.bak cscope.out cscope.files'
69 "*************** pre-filled registers ******************
70 let @s="Signed-off-by: Colin McCabe <colinm@hq.newdream.net>"
71 let @w="Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>"