mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Update NERD Tree
This commit is contained in:
parent
d6ef288a88
commit
25b4603328
@ -1,3 +1,9 @@
|
|||||||
|

|
||||||
|
|
||||||
|
**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.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# The NERDTree [](https://github.com/preservim/nerdtree/actions?workflow=Vint)
|
# The NERDTree [](https://github.com/preservim/nerdtree/actions?workflow=Vint)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
@ -183,8 +189,8 @@ nnoremap <C-n> :NERDTreeMirror<CR>:NERDTreeFocus<CR>
|
|||||||
### How can I change the default arrows?
|
### How can I change the default arrows?
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
let g:NERDTreeDirArrowExpandable = '▸'
|
let g:NERDTreeDirArrowExpandable = '?'
|
||||||
let g:NERDTreeDirArrowCollapsible = '▾'
|
let g:NERDTreeDirArrowCollapsible = '?'
|
||||||
```
|
```
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user