mirror of
1
0
Fork 0

added vim-zoomwin

This commit is contained in:
Mirosław Pragłowski 2014-08-11 11:21:45 +02:00
parent f15c41f7ad
commit 0fab635112
1 changed files with 6 additions and 0 deletions

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>