Useful shortcuts for vi editor

Tuesday 22 March 2016

How to set HTTP_PROXY and HTTPS_PROXY via CMD?

CMD> set http_proxy=http://username:password@proxy.com:8080
CMD> set https_proxy=https://username:password@proxy.com:8080