- Move to previous function
beginning-of-defun
- Move to next function
next-defun
where :
(defun next-defun ()
(interactive)
(end-of-defun 2)
(beginning-of-defun 1))
- Repeat a character n times with
C-u n <character>
. For example, to insert ; 50 times: