Add .java to grep filelist
[cmccabe-etc] / .vimrc
diff --git a/.vimrc b/.vimrc
index 81b54f0..edcd5a5 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -39,6 +39,7 @@ set visualbell
 set splitbelow
 set splitright
 imap <BS> <ESC>
+set pastetoggle=<F2>
 
 "*************** gui stuff *************** 
 set guifont=fixed
@@ -58,14 +59,15 @@ map ,," :s/^\"//<CR>:nohlsearch<CR>
 map ,w :s/[\t ][\t ]*$//<CR>
 
 "*************** shortcuts **************
-map \b :ConqueTermSplit bash<CR>
-map \B :ConqueTermVSplit bash<CR>
+map \b :ConqueTermSplit /bin/bash<CR>
+map \B :ConqueTermVSplit /bin/bash<CR>
 "command Bash execute ":ConqueTerm bash"
 
 "*************** grep plugin ***************
-:let Grep_Default_Filelist = '*.c *.cpp *.cc *.rb *.h'
+:let Grep_Default_Filelist = '*.c *.cpp *.cc *.rb *.h *.t *.py *.rst *.go *.java'
 :let Grep_Skip_Files = 'core.* *.svn *~ *.swp *.swo *.bak cscope.out cscope.files'
 
 "*************** pre-filled registers ******************
 let @s="Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>"
 let @w="Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>"
+let @x="Signed-off-by: Colin Patrick McCabe <cmccabe@acceptas.com>"