Merge branch 'master' of ssh://git@github.com/hunner/hunners-homedir-configs
This commit is contained in:
commit
35dab0bd66
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -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\ %
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue