1 NetBeans Vim Description
2 Ctrl-Shift-o ? go to file
3 Cmd-[ % jump to matching bracket
4 PageDown Ctrl-f scroll window forward
5 PageUp Ctrl-b scroll window backward
6 Cmd-Left 0 move cursor to beginning of line
7 Cmd-Right $ move cursor to end of line
8 Cmd-upArrow gg move cursor to beginning of file
9 Cmd-downArrow G move cursor to end of file
10 Cmd-Shift-b ? go to source
11 Ctrl-leftArrow ? back to line before "go to source"
12 Cmd-Alt-b ? go to implementation
14 Alt-Enter ? show hints
15 Cmd-/ ? toggle comment
17 Ctrl-space ? show code completion popup
18 Ctrl-Alt-space ? show all code completion popup
19 Cmd-Shift-space ? show documentation popup
20 Cmd-Shift-i ? fix all imports
21 Cmd-; ? complete line (add semicolon)
22 Ctrl-e ? next error (or warning) in editor
23 Ctrl-Shift-leftArrow << move code left
24 Ctrl-Shift-rightArrow >> move code right