Vim Advanced Usage
Source
Original document: vim_advanced_usage.md
Core Content
Advanced features and plugin usage tips for the Vim editor.
NERDTree Plugin
File tree browser providing an intuitive file management interface.
Create New File
- Open NERDTree:
:NERDTreeToggle - Move cursor to target directory
- Press
mto open menu - Select
a(Add a new file) - Enter filename and press Enter
Create New Directory
- Press
mto open menu - Select
A(Add a new directory) - Enter directory name and press Enter
Shortcut Summary
| Shortcut | Function |
|---|---|
m |
Open menu |
a |
Create new file |
A |
Create new directory |