added vim-zoomwin
This commit is contained in:
parent
f15c41f7ad
commit
0fab635112
1 changed files with 6 additions and 0 deletions
|
@ -147,3 +147,9 @@ nnoremap K :grep! "\b<C-R><C-W>\b"<CR>:cw<CR>
|
||||||
" bind \ (backward slash) to grep shortcut
|
" bind \ (backward slash) to grep shortcut
|
||||||
command -nargs=+ -complete=file -bar Ag silent! grep! <args>|cwindow|redraw!
|
command -nargs=+ -complete=file -bar Ag silent! grep! <args>|cwindow|redraw!
|
||||||
nnoremap \ :Ag<SPACE>
|
nnoremap \ :Ag<SPACE>
|
||||||
|
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" => vim-zoomwin
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
map <Leader><Leader> :ZoomWin<CR>
|
||||||
|
|
Loading…
Reference in a new issue