1
0
Fork 0
mirror of synced 2024-09-20 13:12:55 -04:00
ultimate-vim/vimrcs/my_configs.vim
2015-11-11 21:47:26 -08:00

8 lines
290 B
VimL

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