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.

Comments (1)


Pepsh Pepshinsky

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


Speak Your Mind