Skip to content

Commit eed488b

Browse files
Help Wanted Announcement
1 parent 9310f91 commit eed488b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.markdown

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
![Help Wanted](http://blog.ncce.org/wp-content/uploads/2013/12/help-wanted.jpg)
2+
3+
**NERDTree** is on the lookout for a new maintainer. See [issue #1280](https://github.com/preservim/nerdtree/issues/1280) to submit your name for consideration.
4+
5+
---
6+
17
# The NERDTree [![Vint](https://github.com/preservim/nerdtree/workflows/Vint/badge.svg)](https://github.com/preservim/nerdtree/actions?workflow=Vint)
28

39
## Introduction
@@ -183,8 +189,8 @@ nnoremap <C-n> :NERDTreeMirror<CR>:NERDTreeFocus<CR>
183189
### How can I change the default arrows?
184190
185191
```vim
186-
let g:NERDTreeDirArrowExpandable = ''
187-
let g:NERDTreeDirArrowCollapsible = ''
192+
let g:NERDTreeDirArrowExpandable = '?'
193+
let g:NERDTreeDirArrowCollapsible = '?'
188194
```
189195
The preceding values are the non-Windows default arrow symbols. Setting these variables to empty strings will remove the arrows completely and shift the entire tree two character positions to the left. See `:h NERDTreeDirArrowExpandable` for more details.
190196

0 commit comments

Comments
 (0)