Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save misraX/ec863b41e34b90814072ab392e8f293a to your computer and use it in GitHub Desktop.
Save misraX/ec863b41e34b90814072ab392e8f293a to your computer and use it in GitHub Desktop.
replace all home/user --> vim way: home\/user\/
to --> vim way: /
var/www/example.com/public_html --> vim way: var\/ww\/example.com\/public_html\/
all --> vim way: /g
will be:
:%s/home\/user\//var\/www\/example.com\/public_html\//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment