-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathhotkeys
18 lines (16 loc) · 790 Bytes
/
hotkeys
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Add this file to your .vim folder and make it read only
Hotkeys:
SPACE - h - k : Show hotkeys
SPACE - g - d : Go to definition
SPACE - g - r : Go to reference
SPACE - t : Toggle nerdtree
SPACE - SPACE - p : Format Prettier
SPACE - SPACE - g : Format GoFmt
SPACE - SPACE - b : Format Black
SPACE - SPACE - u : Toggle UndoTree
SPACE - SPACE - f : Find Files (FZF & RIPGREP)
SPACE - SPACE - SPACE - g : Toggle Go MetaLinter
Control - p : Git files (git ls-files)
SPACE - SPACE - c : Comment or Uncomment line
SPACE - Tab : Go to next buffer in list
SPACE - Tab - Tab : Go to prev buffer in list