I am using GUI Vim. When I press the ALT key and a letter, the menu
starting with that letter is selected. I don’t want this behavior as I want to map the ALT-<key> combination. How do I do this? You can use the ‘winaltkeys’ option to disable the use of the ALT key to select a menu item:
:set winaltkeys=no
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking