mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Update my_configs.vim
This commit is contained in:
parent
451f7c2f39
commit
9249720886
@ -1,2 +1,8 @@
|
|||||||
set noshowmode " mode shown in statusline
|
set noshowmode " mode shown in statusline
|
||||||
set guifont=Source\ Code\ Pro\ 10
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user