@@ -83,12 +83,12 @@ The following features and functionality are provided by the NERD tree:
83
83
as you left it
84
84
* You can have a separate NERD tree for each tab, share trees across tabs,
85
85
or a mix of both.
86
- * By default the script overrides the default file browser (netw ), so if
87
- you :edit a directory a (slighly modified) NERD tree will appear in the
86
+ * By default the script overrides the default file browser (netrw ), so if
87
+ you :edit a directory a (slightly modified) NERD tree will appear in the
88
88
current window
89
89
* A programmable menu system is provided (simulates right clicking on a
90
90
node)
91
- * one default menu plugin is provided to perform basic filesytem
91
+ * one default menu plugin is provided to perform basic filesystem
92
92
operations (create/delete/move/copy files/directories)
93
93
* There's an API for adding your own keymappings
94
94
@@ -228,7 +228,7 @@ gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|
228
228
O.......Recursively open the selected directory..................|NERDTree-O|
229
229
x.......Close the current nodes parent...........................|NERDTree-x|
230
230
X.......Recursively close all children of the current node.......|NERDTree-X|
231
- e.......Edit the current dif .....................................|NERDTree-e|
231
+ e.......Edit the current dir .....................................|NERDTree-e|
232
232
233
233
<CR>...............same as |NERDTree-o|.
234
234
double-click.......same as the |NERDTree-o| map.
@@ -780,7 +780,7 @@ If set to 1, doing a >
780
780
<
781
781
will open up a "secondary" NERD tree instead of a netrw in the target window.
782
782
783
- Secondary NERD trees behaves slighly different from a regular trees in the
783
+ Secondary NERD trees behaves slightly different from a regular trees in the
784
784
following respects:
785
785
1. 'o' will open the selected file in the same window as the tree,
786
786
replacing it.
0 commit comments