diff --git a/cfg/20-install-bundles.vim b/cfg/20-install-bundles.vim index ad7c418..a9d36e0 100644 --- a/cfg/20-install-bundles.vim +++ b/cfg/20-install-bundles.vim @@ -2,6 +2,6 @@ call DoNeoBundleCheck( ) -" Do mappings somewhere else -" nmap :NeoBundleCheckUpdate -" nmap :call DoNeoBundleCheck() +" Add key mappings for updates and installation +nnoremap Bu :NeoBundleCheckUpdate +nnoremap Bi :call DoNeoBundleCheck() diff --git a/doc/heavim.txt b/doc/heavim.txt index 78b0db3..b588ecf 100644 --- a/doc/heavim.txt +++ b/doc/heavim.txt @@ -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. P Toggle paste mode (Visual mode) Copy selected text to X clipboard - pp CtrlP: buffer list - po CtrlP: recently used files - pi CtrlP: directory - Clear highlighted search n Toggle line numbers @@ -36,3 +32,10 @@ local leader key. Select next tab Move current tab left Move current tab right + + Bu NeoBundle: check for updates + Bi NeoBundle: install new bundles + + pp CtrlP: buffer list + po CtrlP: recently used files + pi CtrlP: directory