vundle/ftplugin/vundle.vim

10 lines
285 B
VimL
Raw Normal View History

2011-04-09 19:54:18 -04:00
setl hls ro noma ignorecase 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>