fix some help tags
This commit is contained in:
parent
1f46ecf4b8
commit
84f9793231
@ -222,8 +222,8 @@ P.......Jump to the root node....................................|NERDTree-P|
|
|||||||
p.......Jump to current nodes parent.............................|NERDTree-p|
|
p.......Jump to current nodes parent.............................|NERDTree-p|
|
||||||
K.......Jump up inside directories at the current tree depth.....|NERDTree-K|
|
K.......Jump up inside directories at the current tree depth.....|NERDTree-K|
|
||||||
J.......Jump down inside directories at the current tree depth...|NERDTree-J|
|
J.......Jump down inside directories at the current tree depth...|NERDTree-J|
|
||||||
<C-j>...Jump down to the next sibling of the current directory...|NERDTree-c-j|
|
<C-J>...Jump down to the next sibling of the current directory...|NERDTree-C-J|
|
||||||
<C-k>...Jump up to the previous sibling of the current directory.|NERDTree-c-k|
|
<C-K>...Jump up to the previous sibling of the current directory.|NERDTree-C-K|
|
||||||
|
|
||||||
C.......Change the tree root to the selected dir.................|NERDTree-C|
|
C.......Change the tree root to the selected dir.................|NERDTree-C|
|
||||||
u.......Move the tree root up one directory......................|NERDTree-u|
|
u.......Move the tree root up one directory......................|NERDTree-u|
|
||||||
@ -431,16 +431,16 @@ If the cursor is already on the last node then do the following:
|
|||||||
* go to the last child of that node
|
* go to the last child of that node
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*NERDTree-c-j*
|
*NERDTree-C-J*
|
||||||
Default key: <C-j>
|
Default key: <C-J>
|
||||||
Map option: NERDTreeMapJumpNextSibling
|
Map option: NERDTreeMapJumpNextSibling
|
||||||
Applies to: files and directories.
|
Applies to: files and directories.
|
||||||
|
|
||||||
Jump to the next sibling of the selected node.
|
Jump to the next sibling of the selected node.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*NERDTree-c-k*
|
*NERDTree-C-K*
|
||||||
Default key: <C-k>
|
Default key: <C-K>
|
||||||
Map option: NERDTreeMapJumpPrevSibling
|
Map option: NERDTreeMapJumpPrevSibling
|
||||||
Applies to: files and directories.
|
Applies to: files and directories.
|
||||||
|
|
||||||
@ -680,7 +680,7 @@ If set to 1, the NERD tree window will center around the cursor if it moves to
|
|||||||
within |'NERDTreeAutoCenterThreshold'| lines of the top/bottom of the window.
|
within |'NERDTreeAutoCenterThreshold'| lines of the top/bottom of the window.
|
||||||
|
|
||||||
This is ONLY done in response to tree navigation mappings,
|
This is ONLY done in response to tree navigation mappings,
|
||||||
i.e. |NERDTree-J| |NERDTree-K| |NERDTree-C-J| |NERDTree-c-K| |NERDTree-p|
|
i.e. |NERDTree-J| |NERDTree-K| |NERDTree-C-J| |NERDTree-C-K| |NERDTree-p|
|
||||||
|NERDTree-P|
|
|NERDTree-P|
|
||||||
|
|
||||||
The centering is done with a |zz| operation.
|
The centering is done with a |zz| operation.
|
||||||
@ -743,7 +743,7 @@ Values: 0 or 1.
|
|||||||
Default: 1.
|
Default: 1.
|
||||||
|
|
||||||
If set to 1, the current cursor line in the NERD tree buffer will be
|
If set to 1, the current cursor line in the NERD tree buffer will be
|
||||||
highlighted. This is done using the |cursorline| option.
|
highlighted. This is done using the |'cursorline'| option.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*'NERDTreeHijackNetrw'*
|
*'NERDTreeHijackNetrw'*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user