NeoBundle: update/install shortcuts
This commit is contained in:
parent
aa23209289
commit
96d61267cc
2 changed files with 11 additions and 8 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
call DoNeoBundleCheck( )
|
call DoNeoBundleCheck( )
|
||||||
|
|
||||||
" Do mappings somewhere else
|
" Add key mappings for updates and installation
|
||||||
" nmap <silent> <S-F12> :NeoBundleCheckUpdate<cr>
|
nnoremap <silent> <Leader>Bu :NeoBundleCheckUpdate<cr>
|
||||||
" nmap <silent> <C-F12> :call DoNeoBundleCheck()<cr>
|
nnoremap <silent> <Leader>Bi :call DoNeoBundleCheck()<cr>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
*heavim.txt* A really heavy Vim configuration
|
*heavim* A really heavy Vim configuration
|
||||||
|
|
||||||
1. Keyboard shortcuts |heavim-shortcuts|
|
1. Keyboard shortcuts |heavim-shortcuts|
|
||||||
|
|
||||||
|
@ -14,10 +14,6 @@ local leader key.
|
||||||
<Leader>P Toggle paste mode
|
<Leader>P Toggle paste mode
|
||||||
<C-c> (Visual mode) Copy selected text to X clipboard
|
<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><Space> Clear highlighted search
|
||||||
|
|
||||||
<Leader>n Toggle line numbers
|
<Leader>n Toggle line numbers
|
||||||
|
@ -36,3 +32,10 @@ local leader key.
|
||||||
<A-Right> Select next tab
|
<A-Right> Select next tab
|
||||||
<A-Up> Move current tab left
|
<A-Up> Move current tab left
|
||||||
<A-Down> Move current tab right
|
<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
|
||||||
|
|
Loading…
Reference in a new issue