use a PowerShell script as a Vim filter to encode a url
Vim filters are cool. They let you run the content of your current buffer through a command and have its output returned into the bugger. That means that you can use filters to edit text using any command your operating system has available. Now on a Linux machine that’s quite handy. On a Windows machine […]