summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authormaunz <andreas.maunz@oncotest.de>2013-02-05 08:24:55 +0100
committermaunz <andreas.maunz@oncotest.de>2013-02-05 08:24:55 +0100
commit9319b0f75760beb5e7aaf532c3ab98133602b435 (patch)
tree960e989396261ddb90c81f8ff45849be85aef1cf /_posts
parent015e5d3e2ef56e32a37642dee913de019c5e22a3 (diff)
Nerdtree support
Diffstat (limited to '_posts')
-rw-r--r--_posts/2012-05-18-using-vim.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/_posts/2012-05-18-using-vim.md b/_posts/2012-05-18-using-vim.md
index 170650e..5b0d3d0 100644
--- a/_posts/2012-05-18-using-vim.md
+++ b/_posts/2012-05-18-using-vim.md
@@ -235,6 +235,13 @@ Now **Vim** loads all plugins from `.vim/bundle`. Install plugins:
git clone git://github.com/ervandew/supertab.git
You can install the plugins without git by downloading and expanding them to `~/.vim/bundle`.
+
+Nerdtree displays a directory tree to the right. Add this to your `.vimrc`:
+
+ " map Ctrl+D to nerdtree
+ map <C-d> :NERDTreeToggle<CR>
+
+For details consult the respective plugin documentation.
<p></p>