Skip to content

Commit 2d17132

Browse files
committed
add bookmarks and press help documentation
1 parent 37bfae0 commit 2d17132

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/NERD_tree.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,12 @@ NERD tree. These options should be set in your vimrc.
642642
|'NERDTreeWinSize'| Sets the window size when the NERD tree is
643643
opened.
644644

645+
|'NERDTreeBmarksLabel'| Enables display of the Bookmarks label in
646+
the NERD tree.
647+
648+
|'NERDTreePressHelp'| Enables display of the 'Press ? for help' at
649+
the top of the NERD tree.
650+
645651
------------------------------------------------------------------------------
646652
3.2. Customisation details *NERDTreeOptionDetails*
647653

@@ -921,6 +927,28 @@ Default: 31.
921927

922928
This option is used to change the size of the NERD tree when it is loaded.
923929

930+
------------------------------------------------------------------------------
931+
*'NERDTreeBmarksLabel'*
932+
Values: 0 or 1
933+
Default: 1
934+
935+
This options enables the 'Bookmarks' label. Use one of the following lines
936+
to set this option: >
937+
let NERDTreeBmarksLabel=0
938+
let NERDTreeBmarksLabel=1
939+
<
940+
941+
------------------------------------------------------------------------------
942+
*'NERDTreePressHelp'*
943+
Values: 0 or 1
944+
Default: 1
945+
946+
This options enables the 'Press ? for help' text. Use one of the following
947+
lines to set this option: >
948+
let NERDTreePressHelp=0
949+
let NERDTreePressHelp=1
950+
<
951+
924952
==============================================================================
925953
4. The NERD tree API *NERDTreeAPI*
926954

0 commit comments

Comments
 (0)