17.20 Repeating commands

When repeat-mode is turned on, headline motion commands, link and block navigation commands by only pressing a single key. For example, instead of typing C-c C-n repeatedly, you can just type C-c C-n n n n p u … to move to different headlines. When a key not in the map is pressed, it exits repeat-mode and the command corresponding to the key is executed (see the Emacs user manual for more details).

By default, the following commands are made repeatable in separate keymaps.

org-navigation-repeat-map:

CommandKey bindingRepeat key
org-next-visible-headingC-c C-nn
org-previous-visible-headingC-c C-pp
org-forward-heading-same-levelC-c C-ff
org-backward-heading-same-levelC-c C-bb
org-up-headingC-c C-uu

org-block-navigation-repeat-map:

CommandKey bindingRepeat key
org-next-blockC-c M-ff
org-previous-blockC-c M-bb

org-link-navigation-repeat-map:

CommandKey bindingRepeat key
org-next-linkC-c C-x C-nn
org-previous-linkC-c C-x C-pp