Press m to bring up the NERDTree Filesystem Menu. This menu allows you to create, rename, and delete files and directories.
This is a NERDTree plugin that highlights all visible nodes that are open in Vim. It also maps a key w to close (wipeout) the buffer associated with the current node.
You want the NERDTreeIgnore
option. For example, in your .vimrc
:
let NERDTreeIgnore = ['\.pyc$']
Where NERDTreeIgnore
is an array of regular expressions that match the files you want to exclude.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With