1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-29 20:34:08 +02:00

Update NERDTree documentation with newly added commands

This commit is contained in:
Alex Plate 2024-06-21 16:56:04 +03:00
parent fe8e8ccc3e
commit c5346fbece
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -41,7 +41,7 @@ Plug 'nerdtree'
- `:NERDTreeRefreshRoot`
| Key | Description | Map Setting |
|---------|---------------------------------------------------------|--------------------------------|
|---------|--------------------------------------------------------|--------------------------------|
| `o` | Open files, directories and bookmarks | `g:NERDTreeMapActivateNode` |
| `go` | Open selected file, but leave cursor in the NERDTree | `g:NERDTreeMapPreview` |
| `t` | Open selected node/bookmark in a new tab | `g:NERDTreeMapOpenInTab` |
@ -64,6 +64,9 @@ Plug 'nerdtree'
| `m` | Display the NERDTree menu | `g:NERDTreeMapMenu` |
| `q` | Close the NERDTree window | `g:NERDTreeMapQuit` |
| `A` | Zoom (maximize/minimize) the NERDTree window | `g:NERDTreeMapToggleZoom` |
| `d` | Delete file or directory | `g:NERDTreeMapDelete` |
| `n` | Create File | `g:NERDTreeMapNewFile` |
| `N` | Create Directory | `g:NERDTreeMapNewDir` |
### Troubleshooting