1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00

added vim-zoomwin

This commit is contained in:
Mirosław Pragłowski 2014-08-11 11:21:45 +02:00
parent f15c41f7ad
commit 0fab635112

View file

@ -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>