NSCoder / evil-textobj-entire

"Entire Buffer" text object for emacs `evil`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs vim entire buffer text object

This emacs package provide the text objects (ae and ie) to select the entire content of a buffer.

Examples:

vie -> select entire buffer
yie -> yank entire buffer
dae -> delete entire buffer

Installation

Using straight.el and use-package

(use-package evil-textobj-entire
  :straight (evil-textobj-entire :host github :repo "nscoder/evil-textobj-entire"))

Special Thanks

  • Supermomonga for the first implementation of evil-textobj-entire which is the foundation of this package.
  • Kana for the vim analog vim-textobj-entire which is the inspiration for this package.

About

"Entire Buffer" text object for emacs `evil`

License:MIT License


Languages

Language:Emacs Lisp 100.0%