diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 14:44:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 14:44:51 +0100 |
commit | 22fd4782a87de9bf0215965ac2e7e184ad9c1919 (patch) | |
tree | 0c2d27a182ce88edb169d8ce5f499727afe82ade | |
parent | Add keympas for ebuilds (diff) | |
download | util-22fd4782a87de9bf0215965ac2e7e184ad9c1919.tar.bz2 util-22fd4782a87de9bf0215965ac2e7e184ad9c1919.tar.xz util-22fd4782a87de9bf0215965ac2e7e184ad9c1919.zip |
Add nerdtree shortcut
-rw-r--r-- | gvimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ map <F9> gg=G map <C-L> zl map <C-H> zh map <F11> :YcmForceCompileAndDiagnostics<CR> +map <C-N> :NERDTree<CR> set wildmode=longest:full set wildmenu set autoread |