Function: evil-jump-forward

evil-jump-forward is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-jump-forward &optional COUNT)

Documentation

Go to newer position in jump list.

To go the other way, press C-o (evil-jump-backward).

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-jump-forward (count)
  "Go to newer position in jump list.
To go the other way, press \
\\<evil-motion-state-map>\\[evil-jump-backward]."
  (evil--jump-forward count))