Function: evil-inner-bracket

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

Signature

(evil-inner-bracket &optional COUNT BEG END TYPE)

Documentation

Select inner square bracket.

Key Bindings

Source Code

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