Skip to content

Instantly share code, notes, and snippets.

@2KAbhishek
Last active January 22, 2020 16:21
Show Gist options
  • Save 2KAbhishek/37e3e2ca001030765b83494c3d84ecbe to your computer and use it in GitHub Desktop.
Save 2KAbhishek/37e3e2ca001030765b83494c3d84ecbe to your computer and use it in GitHub Desktop.
Replace part of last command
# Quick Substitution
^string1^string2
# Global Substitution
!!:gs/string1/string2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment