mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
added vim-zoomwin
This commit is contained in:
parent
f15c41f7ad
commit
0fab635112
@ -147,3 +147,9 @@ nnoremap K :grep! "\b<C-R><C-W>\b"<CR>:cw<CR>
|
||||
" bind \ (backward slash) to grep shortcut
|
||||
command -nargs=+ -complete=file -bar Ag silent! grep! <args>|cwindow|redraw!
|
||||
nnoremap \ :Ag<SPACE>
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => vim-zoomwin
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
map <Leader><Leader> :ZoomWin<CR>
|
||||
|
Loading…
Reference in New Issue
Block a user