mirror of
https://github.com/amix/vimrc
synced 2025-07-12 14:15:00 +08:00
added vim-zoomwin
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user