commit 3a7293d450ccb3c11960823c01570619d02a3be9
parent c11affabb4bbc0372677eb39f7a03af404e312dc
Author: asnr <asnr@users.noreply.github.com>
Date: Sun, 4 Jun 2017 19:11:46 +1000
Update docs with already existing mapping variables
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -282,13 +282,13 @@ previous window.
------------------------------------------------------------------------------
*NERDTree-go*
Default key: go
-Map option: None
+Map option: NERDTreeMapPreview
Applies to: files.
If a file node is selected, it is opened in the previous window, but the
cursor does not move.
-The key combo for this mapping is always "g" + NERDTreeMapActivateNode (see
+The default key combo for this mapping is "g" + NERDTreeMapActivateNode (see
|NERDTree-o|).
------------------------------------------------------------------------------
@@ -324,12 +324,12 @@ window.
------------------------------------------------------------------------------
*NERDTree-gi*
Default key: gi
-Map option: None
+Map option: NERDTreeMapPreviewSplit
Applies to: files.
The same as |NERDTree-i| except that the cursor is not moved.
-The key combo for this mapping is always "g" + NERDTreeMapOpenSplit (see
+The default key combo for this mapping is "g" + NERDTreeMapOpenSplit (see
|NERDTree-i|).
------------------------------------------------------------------------------
@@ -344,12 +344,12 @@ the new window.
------------------------------------------------------------------------------
*NERDTree-gs*
Default key: gs
-Map option: None
+Map option: NERDTreeMapPreviewVSplit
Applies to: files.
The same as |NERDTree-s| except that the cursor is not moved.
-The key combo for this mapping is always "g" + NERDTreeMapOpenVSplit (see
+The default key combo for this mapping is "g" + NERDTreeMapOpenVSplit (see
|NERDTree-s|).
------------------------------------------------------------------------------