Go to the outer indent, e.g. to the top of the loop. |
Skip deeper indents, e.g. go to the next case in a switch |
Go to the next or previous function |
Go to next modified lines / go to previous modified lines |
Scroll so that the current line is at the top of the window
OR the middle or bottom of the window |
Go to an object's or function's declaration |
Go to an object's or function's definition |
From a [, {, or (, go to the matching ), }, ] and vice
versa |
From a #if, #ifdef to the matching #else, #endif and vice
versa |
Go to undeclared objects, unused objects, unmatched delimiters
etc. |