This is a collection of keyboard shortcuts inspired by the keyboard navigation for NeoTree in Spacemacs.
-
If you haven't already, install NERDTree
-
Install the plugin with Pathogen:
cd ~/.vim/bundle git clone https://github.com/jballanc/nerdtree-space-keys.git
Or with Vundle:
Bundle 'jballanc/nerdtree-space-keys'
Or with vim-plug:
Plug 'scrooloose/nerdtree' | Plug 'jballanc/nerdtree-space-keys'
Or ... well, you get the idea.
The following additional key-mappings will be automatically available whenever NERDTree is activated:
Key | Action |
---|---|
l | Expand a directory and highlight its first child, or open a file for editing. |
h | Collapses an expanded directory, or moves up one level in the hierarchy. |
This program is distributed under the terms of the BSD 2-Clause license. Please see COPYING for full license details.