File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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------------------------------------------------------------------------------
6466523.2. Customisation details *NERDTreeOptionDetails*
647653
@@ -921,6 +927,28 @@ Default: 31.
921927
922928This 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==============================================================================
9259534. The NERD tree API *NERDTreeAPI*
926954
You can’t perform that action at this time.
0 commit comments