Function: evil-use-register

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

Signature

(evil-use-register REGISTER)

Documentation

Use REGISTER for the next command.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-command evil-use-register (register)
  "Use REGISTER for the next command."
  :keep-visual t
  :repeat ignore
  :suppress-operator t
  (interactive "<C>")
  (setq evil-this-register register))