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

`gx` already does what `go` does

Open alok opened this issue 8 years ago • 1 comments

At least, I think it does. check out :h gx.

alok avatar Jan 30 '17 01:01 alok

Thanks for asking. In a lot of cases this is true - go works the same way as go. However, there a also distinguishing features like positioning patterns (https://github.com/jceb/vim-textobj-uri#add-positioning-patterns). In addition, this plugin turns URIs into text objects that can be copied, deleted aso.

I guess it would be good to explain these differences in the documentation.

jceb avatar Feb 18 '17 07:02 jceb