TextObjectify
TextObjectify copied to clipboard
TextObjectify is a Vim plugin which improves text-objects
Hi, fantastic plugin! This is the only thing that I would like to be fixed. As the title says, repeated commands don't work while the plugin is active, and that's...
Say I have ``` Here's an example for you! ``` and then I do `/emciwstrongn.`. Without TextObjectify, I end up with ``` Here's an example for you! ``` which is...
Say I have an HTML tag like this: `` Put the cursor anywhere on the tag and type `cit` (change inner tag). You get this: `|/p>` where `|` is the...
Currently I'm using https://github.com/kana/vim-textobj-user but would like to know if TextObjectify provides any functionality I'd miss.
Is there a way to get `ds"` work delete surrounding quotes? For example, putting the cursor on either of the 2 middle lines and then running `ds"`. ``` " some...
Hi, I use CamelMotion and html-textobjects. These plugins define mappings with 2 characters for their text objects. For example CamelMotion provides ,w in addition to w : you can do...
`vi(` correctly seeks forward to the next parentheses pair and selects the text between them. However, `di(` doesn't delete the text between them.
When TextObjectify isn't enabled this is the input: ((does it) work) Cursor sitting on `i` in `it` `2di(` -> () with `(does it) work` in the register TextObjectify: `(() work`...