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

Text objects for dealing with URIs

Results 2 vim-textobj-uri issues
Sort by recently updated
recently updated
newest added

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

I wanted to add that Markdown pattern discussed in the readme into my `vimrc` file. I couldn't get the following to work: ``` call textobj#uri#add_positioning_pattern('', '\[[^]]*\](\zs[^)]\+)', 'markdown') ``` I ended...