I am using some normal mode commands in my Vim script. How do I
avoid using the user-defined mappings for these normal mode commands and use the standard Vim functionality for these normal mode commands? You can use the “normal!” command in your script to invoke a normal-mode command. This will use the standard functionality of the normal mode command and will not use the user-defined mapping.
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking