NeoBundle: update/install shortcuts

This commit is contained in:
Emmanuel BENOîT 2015-03-08 17:11:47 +01:00
parent aa23209289
commit 96d61267cc
2 changed files with 11 additions and 8 deletions

View file

@ -2,6 +2,6 @@
call DoNeoBundleCheck( )
" Do mappings somewhere else
" nmap <silent> <S-F12> :NeoBundleCheckUpdate<cr>
" nmap <silent> <C-F12> :call DoNeoBundleCheck()<cr>
" Add key mappings for updates and installation
nnoremap <silent> <Leader>Bu :NeoBundleCheckUpdate<cr>
nnoremap <silent> <Leader>Bi :call DoNeoBundleCheck()<cr>

View file

@ -1,4 +1,4 @@
*heavim.txt* A really heavy Vim configuration
*heavim* A really heavy Vim configuration
1. Keyboard shortcuts |heavim-shortcuts|
@ -14,10 +14,6 @@ local leader key.
<Leader>P Toggle paste mode
<C-c> (Visual mode) Copy selected text to X clipboard
<Leader>pp CtrlP: buffer list
<Leader>po CtrlP: recently used files
<Leader>pi CtrlP: directory
<Leader><Space> Clear highlighted search
<Leader>n Toggle line numbers
@ -36,3 +32,10 @@ local leader key.
<A-Right> Select next tab
<A-Up> Move current tab left
<A-Down> Move current tab right
<Leader>Bu NeoBundle: check for updates
<Leader>Bi NeoBundle: install new bundles
<Leader>pp CtrlP: buffer list
<Leader>po CtrlP: recently used files
<Leader>pi CtrlP: directory