From e299e488546cfeba2eb6c4b44721c597c2eabb35 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 10 Apr 2011 18:49:53 -0500 Subject: [PATCH] make q close window --- ftplugin/vundle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/vundle.vim b/ftplugin/vundle.vim index 6f69f52..ea249c4 100644 --- a/ftplugin/vundle.vim +++ b/ftplugin/vundle.vim @@ -1,8 +1,8 @@ - syn keyword vimCommand Bundle setl hls ro noma ignorecase syntax=vim +nnoremap q :wincmd q nnoremap i :call vundle#scripts#install() nnoremap r :Bundles nnoremap c :BundleClean