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

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind