nerdtree
nerdtree copied to clipboard
A tree explorer plugin for vim.
### Face problem Error detected while processing function nerdtree#ui_glue#invokeKeyMap[1]..76[18]..75[3]..33_customOpenFile[1]..105[1]..1 21[3]..177[6]..178[17]..13:
Add new option so users can choose to resolve symlinks or not. Automatically resolving symlinks is not always the right choice, and is different from what Vim does, and can...
### Description of Changes Closes #1304 and #1307 --- ### New Version Info Adds the 'gb' binding to jump to the bookmark table.
I want to suggest something similar to what happened to the `nerdcommander`. My points are pretty much identical to what is discussed in this issue https://github.com/preservim/nerdcommenter/issues/217. Switching to another license...
### Description of Changes Added an option to settings for showing or hiding symlink destinations. Note: This actually hides the special highlighting for symlink, As its highlighting depends on the...
### Description of Changes Added a new feature for helping with the performance via lazy loading. Right now NerdTree is keeping track of every directory that has ever been opened...
#### Steps to Reproduce the Issue ln -s b a vim . #### Current Behavior a is not displayed #### Expected Result a is displayed as "a -> b" Not...
#### Description My folder has about 2k-3k files. When refreshing, it's very flow, taking about 4-5 seconds (on Windows OS). The refreshing appears to be a sync func. Etc during...
Before creating an issue, take some time to search these resources. It's possible that someone else has already asked your question and gotten an answer. - [old NERDTree issues](https://github.com/preservim/nerdtree/issues?q=is%3Aissue) -...
When editing a file I frequently use CTRL-o and CTRL-i to navigate through previous cursor positions. But NERDTree is adding entries to the jumplist so CTRL-o does weird things like...