Skip to content

NSCoder/evil-textobj-entire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published