Browse Source

use keymap

pull/71/head
gmarik 15 years ago
parent
commit
49f152de21
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      autoload/vundle/installer.vim
  2. +2
    -1
      autoload/vundle/scripts.vim

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

@ -12,7 +12,7 @@ func! vundle#installer#new(bang, ...) abort
for l in range(1,len(names))
exec ":+1"
redraw!
exec 'Install'.getline('.')
exec ':norm i'
sleep 1m
endfor


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

@ -38,9 +38,10 @@ func! vundle#scripts#setup_view() abort
nnoremap <buffer> q :wincmd q<CR>
nnoremap <buffer> i :exec 'Install'.getline('.')<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> R :call vundle#scripts#reload()<CR>
endf


Loading…
Cancel
Save