mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 01:54:40 +08:00
update the doc for the new NERDTreeFind behaviour
This commit is contained in:
parent
7ff9def95b
commit
4411344f7c
|
@ -129,9 +129,13 @@ The following features and functionality are provided by the NERD tree:
|
|||
Close the NERD tree in this tab.
|
||||
|
||||
:NERDTreeFind *:NERDTreeFind*
|
||||
Find the current file in the tree. If no tree exists for the current tab,
|
||||
or the file is not under the current root, then initialize a new tree where
|
||||
the root is the directory of the current file.
|
||||
Find the current file in the tree.
|
||||
|
||||
If not tree exists and the current file is under vim's CWD, then init a
|
||||
tree at the CWD and reveal the file. Otherwise init a tree in the current
|
||||
file's directory.
|
||||
|
||||
In any case, the current file is revealed and the cursor is placed on it.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
2.2. Bookmarks *NERDTreeBookmarks*
|
||||
|
|
Loading…
Reference in New Issue
Block a user