kana / vim-textobj-entire

Vim plugin: Text objects for entire buffer
http://www.vim.org/scripts/script.php?script_id=2610
425 stars 25 forks source link
vim vim-plugins vim-textobj-user

vim-textobj-entire - Text objects for entire buffers

Build Status

vim-textobj-entire is a Vim plugin to provide text objects (ae and ie by default) to select the entire content of a buffer. Though these are trivial operations (e.g. ggVG), text object versions are more handy, because you do not have to be conscious of the cursor position (e.g. vae).

vim-textobj-entire provides two text objects:

See also the reference manual for more details.