File tree 1 file changed +28
-0
lines changed
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.
642
642
|'NERDTreeWinSize'| Sets the window size when the NERD tree is
643
643
opened.
644
644
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
+
645
651
------------------------------------------------------------------------------
646
652
3.2. Customisation details *NERDTreeOptionDetails*
647
653
@@ -921,6 +927,28 @@ Default: 31.
921
927
922
928
This option is used to change the size of the NERD tree when it is loaded.
923
929
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
+
924
952
==============================================================================
925
953
4. The NERD tree API *NERDTreeAPI*
926
954
You can’t perform that action at this time.
0 commit comments