How do I edit/modify a recorded set of key sequences?
The recorded key sequences are stored in a register. You can paste the contents of the register into a Vim buffer, edit the pasted text and again yank the text into the register. You can also use the “:let” command to modify the register. For example:
:let @a = "iHello World\"
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking