git clone https://github.com/trunliu/my-vim.git
chmod a+x setup.sh && ./setup.sh
:PlugInstall
C
is Ctrl
A
is Alt
leader
is \
Key | Note |
---|---|
C +] |
jump to the defination |
C +w +] |
split to the defination |
C +e |
quick open file |
cd |
quick cd directory |
u |
undo |
U |
redo |
F1 |
open filetree the on the left |
F2 |
open function list on the right |
C +f |
search word |
leader + f |
search filename |
Terminal | |
C + \ |
open terminal |
C + d |
close terminal |
Quickfix | |
space + \ |
open quick fix window |
space + \ |
close quick fix window |
Git | |
GV or GV! |
open git tree |
diff<Enter> |
split window to comparison current file |