Browse Source

make q close window

pull/25/merge
gmarik 15 years ago
parent
commit
e299e48854
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ftplugin/vundle.vim

+ 1
- 1
ftplugin/vundle.vim View File

@ -1,8 +1,8 @@
syn keyword vimCommand Bundle
setl hls ro noma ignorecase syntax=vim
nnoremap <buffer> q :wincmd q<CR>
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>


Loading…
Cancel
Save