Browse Source

bind q to delete buffer

- as a cleanup
- TODO: make ESC or CTRL-C break installation
pull/73/head
gmarik 15 years ago
parent
commit
865e4e2a6d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim

+ 1
- 1
autoload/vundle/scripts.vim View File

@ -38,7 +38,7 @@ func! vundle#scripts#setup_view() abort
com! -buffer -bang -nargs=? InstallBundle call vundle#installer#install('!' == '<bang>', <q-args>)
com! -buffer -nargs=0 VundleLog call s:view_log()
nnoremap <buffer> q :wincmd q<CR>
nnoremap <buffer> q :bd!<CR>
nnoremap <buffer> i :exec 'Install'.getline('.')<CR>
nnoremap <buffer> l :VundleLog<CR>


Loading…
Cancel
Save