In Vim, it would be cool to search for the currently highlighted text in a search engine of your choice. Especially with all the AI search engines that are appearing on the scene.
This kinda works, but the text is not urlencoded:
:'<,'>y|call system('firefox https://www.gnod.com/search/ai?q='.shellescape(@*))
I wonder if there is a way to urlencode it?