From 84f979323163b6066e25674d4ca82351236ef9ab Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Fri, 29 May 2009 14:23:58 +1200 Subject: [PATCH] fix some help tags --- doc/NERD_tree.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index e5699ab..8bba7f1 100644 --- a/doc/NERD_tree.txt +++ b/doc/NERD_tree.txt @@ -222,8 +222,8 @@ P.......Jump to the root node....................................|NERDTree-P| p.......Jump to current nodes parent.............................|NERDTree-p| K.......Jump up inside directories at the current tree depth.....|NERDTree-K| J.......Jump down inside directories at the current tree depth...|NERDTree-J| -...Jump down to the next sibling of the current directory...|NERDTree-c-j| -...Jump up to the previous sibling of the current directory.|NERDTree-c-k| +...Jump down to the next sibling of the current directory...|NERDTree-C-J| +...Jump up to the previous sibling of the current directory.|NERDTree-C-K| C.......Change the tree root to the selected dir.................|NERDTree-C| 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 ------------------------------------------------------------------------------ - *NERDTree-c-j* -Default key: + *NERDTree-C-J* +Default key: Map option: NERDTreeMapJumpNextSibling Applies to: files and directories. Jump to the next sibling of the selected node. ------------------------------------------------------------------------------ - *NERDTree-c-k* -Default key: + *NERDTree-C-K* +Default key: Map option: NERDTreeMapJumpPrevSibling 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. 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| The centering is done with a |zz| operation. @@ -743,7 +743,7 @@ Values: 0 or 1. Default: 1. 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'*