" No Uganda message on startup" set shortmess=I " Mode shown in the statusline all the time" set noshowmode " Block can move outside of bounds" set virtualedit=block " Turn spelling on by default, toggle with " if has("spell") set spell " toggle spelling with F4 key map :set spell!:echo "Spell Check: " . strpart("OffOn", 3 * &spell, 3) " 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 rb :call DeleteTrailingWS() " Filtering through vimgrep results using regular expressions (amix on github) map cc :botright cope map co ggVGy:tabnew:set syntax=qfpgg