I have a block of code in C like this-
enum colors { //---->I am here
RED,
BLUE,
/* Hundreds of colors in between */
}; // -----> I want to reach here in the easiest possible way.
Going from the end of the block back to the beginning of the block would also be useful.
Typically the
%key does it (in Normal mode). It works both ways. You may want to check the relevant documentation as well.