Function: evil-inner-double-quote

evil-inner-double-quote is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-inner-double-quote &optional COUNT BEG END TYPE)

Documentation

Select inner double-quoted expression.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-inner-double-quote (count &optional beg end _type)
  "Select inner double-quoted expression."
  :extend-selection nil
  (evil-select-quote ?\" beg end type count))