Tagged in

Nerdtree

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Script Roundup: vim-line-jump

I like plugins for plugins, and I noticed something interesting in vim-line-jump (GitHub: rargo / vim-line-jump) — you can specify mappings based on the current buffer with an autocmd. That means you can add NERDTree-specific mappings with something like this:


Use Vinegar with NERDTree

I use Tim Pope’s vinegar.vim, which shows a file list whenever - is pressed. I don't use project drawers anymore, and for some background on why you should check out Oil and vinegar - split windows and the project drawer.


Script Roundup: vim-nerdtree-tabs, Recover.vim

Send in your Vim scripts for review through our contact form or @vimnews.

vim-nerdtree-tabs

Something that I see a lot of people asking about is how to make NERD Tree stay open across…


NERD Tree Guide

The NERD Tree (GitHub: scrooloose / nerdtree) by Martin Grenfell is a popular file system browser. If you’re using it simply to browse and select files like a typical GUI IDE, then it’s worth spending a bit of time going over the documentation, because this plugin does a lot more than displaying a…