handy text object motions

ggguG

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 13216801 80d6d33d

verified
Changed files
+23 -2
+23 -2
readme.txt
··· 1 1 better-text-objs 2 2 ---------------- 3 3 4 - This is a collection of handy text objects I found online, 5 - written by romainl and habamax. I found these useful and 4 + this is a collection of handy text objects i found online, 5 + written by romainl and habamax. i found these useful and 6 6 decided to package them into a plugin. 7 + 8 + i_ a_ underscore 9 + i. a. period 10 + i: a: colon 11 + i, a, comma 12 + i; a; semicolon 13 + i| a| pipe 14 + i/ a/ forward slash 15 + i\ a\ backslash 16 + i* a* asterisk 17 + i+ a+ plus 18 + i- a- minus/hyphen 19 + i# a# hash 20 + il al line (il excludes leading/trailing whitespace, al includes) 21 + ir ar square brackets (same as i[ a[) 22 + ix ax backticks 23 + in number (integer or float) 24 + i? a? c++ style block comments (/* */) 25 + i% a% entire buffer content 26 + ii ai indentation level 27 + ik ak last changed or yanked text