mirror of
1
0
Fork 0

Update my_configs.vim

This commit is contained in:
boput 2015-11-16 11:45:43 -08:00
parent 2b8c1092f8
commit 92e849877b
1 changed files with 0 additions and 11 deletions

View File

@ -7,17 +7,6 @@ set noshowmode
" Block can move outside of bounds"
set virtualedit=block
" Turn spelling on by default, toggle with <F4>"
if has("spell")
set spell
" toggle spelling with F4 key
map <F4> :set spell!<CR><Bar>:echo "Spell Check: " . strpart("OffOn", 3 * &spell, 3)<CR>
" they were using white on white
highlight PmenuSel ctermfg=black ctermbg=lightgray
" limit it to just the top 10 items
set sps=best,10
endif
set guifont=Source\ Code\ Pro:h11
nmap <leader>rb :call DeleteTrailingWS()<cr>