What are the vim commands that start with g?

Viewed 23455

g is a prefix to several commands. e.g. goto to move the cursor, but also gqip to format a paragraph. Where is the reference for all commands that are prefixed with g?

2 Answers
Related