Answers for "Jump to beginning of function in emacs"

0

Jump to beginning of function in emacs

M-C-a jumps to the beginning of the current function.

M-C-e jumps to the end of the current function

It works for elisp and c-derived languages (e.g. Java).
Posted by: Guest on March-10-2020

Browse Popular Code Answers by Language