mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-10 04:13:48 -05:00
updates to the doc
This commit is contained in:
@@ -922,13 +922,15 @@ Default: 31.
|
|||||||
This option is used to change the size of the NERD tree when it is loaded.
|
This option is used to change the size of the NERD tree when it is loaded.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
4. Hacking the NERD tree *NERDTreeAPI*
|
4. The NERD tree API *NERDTreeAPI*
|
||||||
|
|
||||||
The NERD tree script allows you to add custom key mappings and menu items via a
|
The NERD tree script allows you to add custom key mappings and menu items via a
|
||||||
set of API calls. Any such scripts should be placed in ~/.vim/nerdtree_plugin/
|
set of API calls. Any such scripts should be placed in ~/.vim/nerdtree_plugin/
|
||||||
(*nix) or ~/vimfiles/nerdtree_plugin (windows).
|
(*nix) or ~/vimfiles/nerdtree_plugin (windows).
|
||||||
|
|
||||||
NERDTreeRender() *NERDTreeRender()*
|
NERDTreeRender() *NERDTreeRender()*
|
||||||
|
Re-renders the NERD tree buffer. Useful if you change the state of the
|
||||||
|
tree and you want to it to be reflected in the UI.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
4.1. Key map API *NERDTreeKeymapAPI*
|
4.1. Key map API *NERDTreeKeymapAPI*
|
||||||
|
|||||||
Reference in New Issue
Block a user