- Notifications
You must be signed in to change notification settings - Fork27
Vim plugin: Text objects for entire buffer
NotificationsYou must be signed in to change notification settings
kana/vim-textobj-entire
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
vim-textobj-entire is a Vim plugin to provide text objects (ae andie bydefault) to select the entire content of a buffer. Though these are trivialoperations (e.g.ggVG), text object versions are more handy, because you donot have to be conscious of the cursor position (e.g.vae).
vim-textobj-entire provides two text objects:
aetargets the entire content of the current buffer.ieis similar toae, butiedoes not include leading and trailing emptylines.ieis handy for some situations. For example,- Paste some text into a new buffer (
<C-w>n"*P)-- note that the initial empty line is left as the last line. - Edit the text (
:%s/foo/bar/getc) - Then copy the resulting text to another application (
"*yie)
- Paste some text into a new buffer (
See alsothe reference manual for more details.
About
Vim plugin: Text objects for entire buffer
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
