Function: evil-lookup

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

Signature

(evil-lookup)

Documentation

Look up the keyword at point.

Calls evil-lookup-func.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-lookup ()
  "Look up the keyword at point.
Calls `evil-lookup-func'."
  (funcall evil-lookup-func))