I would like to use the carriage return character in a normal

command from a Vim script. How do I specify the carriage return character? You can use the “:execute” command to specify the special (control) character in a normal mode command:

    :execute "normal \"

    :execute "normal ixxx\"

Comments (1)


Pepsh Pepshinsky

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


Speak Your Mind