bind q to delete buffer
- as a cleanup - TODO: make ESC or CTRL-C break installation
This commit is contained in:
parent
2ace5098e2
commit
865e4e2a6d
@ -38,7 +38,7 @@ func! vundle#scripts#setup_view() abort
|
|||||||
com! -buffer -bang -nargs=? InstallBundle call vundle#installer#install('!' == '<bang>', <q-args>)
|
com! -buffer -bang -nargs=? InstallBundle call vundle#installer#install('!' == '<bang>', <q-args>)
|
||||||
com! -buffer -nargs=0 VundleLog call s:view_log()
|
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> i :exec 'Install'.getline('.')<CR>
|
||||||
|
|
||||||
nnoremap <buffer> l :VundleLog<CR>
|
nnoremap <buffer> l :VundleLog<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user