mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
update doc/changelog
This commit is contained in:
@@ -95,9 +95,9 @@ The following features and functionality are provided by the NERD tree:
|
|||||||
:NERDTree foo (foo is the name of a bookmark)
|
:NERDTree foo (foo is the name of a bookmark)
|
||||||
<
|
<
|
||||||
:NERDTreeFromBookmark <bookmark> *:NERDTreeFromBookmark*
|
:NERDTreeFromBookmark <bookmark> *:NERDTreeFromBookmark*
|
||||||
Opens a fresh NERD tree with the root initialized to dir for <bookmark>.
|
Opens a fresh NERD tree with the root initialized to the dir for
|
||||||
This only reason to use this command over :NERDTree is for the completion
|
<bookmark>. This only reason to use this command over :NERDTree is for
|
||||||
(which is for bookmarks rather than directories).
|
the completion (which is for bookmarks rather than directories).
|
||||||
|
|
||||||
:NERDTreeToggle [<start-directory> | <bookmark>] *:NERDTreeToggle*
|
:NERDTreeToggle [<start-directory> | <bookmark>] *:NERDTreeToggle*
|
||||||
If a NERD tree already exists for this tab, it is reopened and rendered
|
If a NERD tree already exists for this tab, it is reopened and rendered
|
||||||
@@ -112,8 +112,9 @@ The following features and functionality are provided by the NERD tree:
|
|||||||
|
|
||||||
Bookmarks in the NERD tree are a way to tag files or directories of interest.
|
Bookmarks in the NERD tree are a way to tag files or directories of interest.
|
||||||
For example, you could use bookmarks to tag all of your project directories.
|
For example, you could use bookmarks to tag all of your project directories.
|
||||||
See also
|
See also |:NERDTree| and |:NERDTreeFromBookmark|.
|
||||||
|:NERDTreeFromBookmark|.
|
|
||||||
|
Note that the following commands are only available in the NERD tree buffer.
|
||||||
|
|
||||||
:Bookmark <name>
|
:Bookmark <name>
|
||||||
Bookmark the current node as <name>. If there is already a <name>
|
Bookmark the current node as <name>. If there is already a <name>
|
||||||
@@ -839,9 +840,11 @@ fridge for later ;)
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *NERDTreeChangelog*
|
7. Changelog *NERDTreeChangelog*
|
||||||
|
|
||||||
2.9.1
|
2.10.0
|
||||||
- fix screen jumping bug with when &scrolloff != 0
|
- added bookmarks, see :help NERDTreeBookmarkCommands for details.
|
||||||
- fix some bugs with copying nodes
|
- fixed screen jumping bug with when &scrolloff != 0
|
||||||
|
- fixed some bugs with copying nodes
|
||||||
|
- other random fixes
|
||||||
|
|
||||||
2.9.0
|
2.9.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user