-
-
Notifications
You must be signed in to change notification settings - Fork 9
cheatsheet advanced
:terminal
- Open terminal
,3
- Toggle numbers
,tc
- Toggle color
"
- Comments current line
4"
- Comments 4 line from current line to below 4 line
,s
- Horizontal split window
,v
- Vertical split window
Ctrl-w 10 <
- Current window width
Ctrl-w 10 >
- Current window width
Ctrl-P
- Find some file in root directory
,n
- To next tab
,q
- To previous tab
F3
- Open / close nerdtree
s
- Open new nerdtree on new split window
A
- Zoom (maximize/minimize) the NERDTree window
C
- Change the tree root to the selected dir
u
- Move the tree root up one directory
?
- Toggle the display of the quick help
m
- Display the NERD tree menu
r
- Recursively refresh the current directory
p
- Jump to current nodes parent
za
- Toggle fold/unfold under cursor one level
zR
- Unfold all level
zM
- Fold all level
zr
- Unfold under corsor one level
zm
- Fold under cursor one level
Ctrl-z
- close jobs
jobs
- Show jobs list (in terminal)
fg %<job-num>
- Back to job (in terminal)
For neovim lover