2015-11-11 22:08:42 -05:00
|
|
|
set noshowmode " mode shown in statusline
|
|
|
|
set guifont=Source\ Code\ Pro\ 10
|
2015-11-12 00:47:26 -05:00
|
|
|
|
|
|
|
nmap <leader>rb :call DeleteTrailingWS()<cr>
|
|
|
|
|
|
|
|
" Filtering through vimgrep results using regular expressions (amix on github)
|
|
|
|
map <leader>cc :botright cope<cr>
|
|
|
|
map <leader>co ggVGy:tabnew<cr>:set syntax=qf<cr>pgg
|