Why in “:normal”command ^[ seems doesn't work with A? (vim) -


today, learnt bit of vim normal command, , below experiment:

:normal insert ^[ yyp :normal append ^[ yyp   # result of execute first command several times  insert insert     insert insert insert      insert insert insert insert       insert insert insert insert insert       insert insert insert insert insert      # result of execute second command several times  append  append  append  append  append  append  

why second command ignored yyp part? how fix it?

just remove space between ^[ , yyp


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -