1 example for ^
# Run previous command but replacing, useful when you have a typo $ echo "I write currectly" > I write currectly $ ^u^o > I write correctly # Default is empty so... vim file.txtç # Open an unwanted file, but then ^ç # Opens the file you want (file.txt)