1
0
Fork 0
mirror of synced 2024-06-28 19:51:08 -04:00

Update my_configs.vim

This commit is contained in:
boput 2015-11-11 22:59:49 -08:00
parent 9249720886
commit 21f88ed0d9

View file

@ -1,8 +1 @@
set noshowmode " mode shown in statusline
set guifont=Source\ Code\ Pro\ 10
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