rebind zoom window

This commit is contained in:
Ray Elliott 2020-02-26 12:28:12 +00:00
parent 57eb3389d4
commit 14cd692317
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -398,7 +398,7 @@ if has('terminal')
endif endif
"}}} "}}}
" windows{{{ " windows{{{
nnoremap <space><space> :resize<CR>:vertical resize<CR> nnoremap <space>ww :resize<CR>:vertical resize<CR>
" }}} " }}}
" git mappings {{{ " git mappings {{{