How do I make the ‘c’ and ‘s’ commands display a ‘$’ instead of
deleting the characters I’m changing? To make the ‘c’ and ‘s’ commands display a ‘$’ instead of deleting the characters, add the $ flag to the ‘cpoptions’ option:
:set cpoptions+=$
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking