Function: viper-next-destructive-command

viper-next-destructive-command is an interactive and byte-compiled function defined in viper-cmd.el.gz.

Signature

(viper-next-destructive-command)

Documentation

Find next destructive command in the history of destructive commands.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-cmd.el.gz
(defun viper-next-destructive-command ()
  "Find next destructive command in the history of destructive commands."
  (interactive)
  (viper-prev-destructive-command 'next))