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
Using straight.el and use-package
(use-package evil-textobj-entire
:straight (evil-textobj-entire :host github :repo "nscoder/evil-textobj-entire"))
- 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.