You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The normal command is a very powerful command to repeat normal mode actions over a range.
For instance, %normal A; on a file like
var foo = 1
var bar = 'a'
var baz = 'z'
will produce
var foo = 1;
var bar = 'a';
var baz = 'z';
I can imagine that this functionality is difficult to write as it involves keeping track of what happened in normal mode. I am not quite familiar with coffee script but if you need help in better understanding this command, please let me know.
seems a lot normal commands not work
The text was updated successfully, but these errors were encountered: