vim-textobj-user icon indicating copy to clipboard operation
vim-textobj-user copied to clipboard

Vim plugin: Create your own text objects

Results 22 vim-textobj-user issues
Sort by recently updated
recently updated
newest added

I don't mean for how to write a textobj, that seems pretty well documented, but for the user who wants to download and install other textobjs, it doesn't seem like...

When defining text objects with regex it is not possible to match an empty inner object. ## Example I define a custom math text object for LaTeX `$x$`. \ If...