vundle/ftplugin/vundle.vim

12 lines
290 B
VimL
Raw Normal View History

setl hls ro noma ignorecase
set syntax=vim
syn keyword vimCommand Bundle
2011-03-19 15:09:53 -04:00
nnoremap <buffer> i :call vundle#scripts#install()<CR>
nnoremap <buffer> r :Bundles
nnoremap <buffer> c :BundleClean<CR>
nnoremap <buffer> C :BundleClean!<CR>
2011-03-19 18:41:37 -04:00
nnoremap <buffer> R :call vundle#scripts#reload()<CR>