Merge branch 'master' of ssh://git@github.com/hunner/hunners-homedir-configs

This commit is contained in:
Hunter Haugen 2010-02-25 04:58:20 -08:00
commit 35dab0bd66

4
.vimrc
View file

@ -782,6 +782,7 @@ map <S-F7> :SpellCheck<CR>
map <C-F7> :let spell_language_list = "english,spanish"
nnoremap <silent> <F8> :Tlist<CR>
nnoremap <silent> <S-F8> :TlistSync<CR>
nnoremap <esc> :noh<return><esc>
map <F11> !!date<CR>
map <F12> :TC<CR>
nmap :X :x
@ -789,6 +790,9 @@ nmap :W :w
nmap :Q :q
noremap <Leader>rg :color relaxedgreen<CR>
noremap <Leader>ip :color inkpot<CR>
noremap <F12> <Esc>:syntax sync fromstart<CR>
inoremap <F12> <C-o>:syntax sync fromstart<CR>
syntax sync minlines=200
" Javac
set makeprg=javac\ %