mirror of https://github.com/bjeanes/dotfiles.git
ZoomWin in insert mode should leave us in insert mode
parent
90cbbb581c
commit
813d60d10a
|
@ -146,7 +146,7 @@ call vundle#rc()
|
|||
|
||||
Bundle 'ZoomWin'
|
||||
map <Leader>z :ZoomWin<CR>
|
||||
imap <Leader>z <Esc>:ZoomWin<CR>
|
||||
imap <Leader>z <Esc>:ZoomWin<CR>a
|
||||
|
||||
Bundle 'vimwiki'
|
||||
let g:vimwiki_hl_cb_checked = 1
|
||||
|
|
Loading…
Reference in New Issue