Remap ,, to ,gz - Go Zoom a window

This commit is contained in:
yan
2012-01-24 14:45:15 -08:00
parent 27ccb78fdc
commit e21bcbf4f5
2 changed files with 6 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ map <silent> <C-H> :tabprevious<cr>
map <silent> <C-L> :tabnext<cr>
" Zoom in and out of current window with ,,
map <silent> ,, <C-w>o
map <silent> ,gz <C-w>o
" Use numbers to pick the tab you want (like iTerm)
map <silent> <D-1> :tabn 1<cr>
@@ -134,6 +134,9 @@ nnoremap <silent> vv <C-w>v
nnoremap <silent> ss <C-w>s
"open the taglist (method browser) using ,t
nnoremap <silent> ,T :TlistToggle<CR>
" create <%= foo %> erb tags using Ctrl-k in edit mode
imap <silent> <C-K> <%= %><Esc>3hi