I accidentally executed a command in normal mode in vim, in a TSV file, where it converted all false to FALSE, all true to TRUE and all the time from 12:48:03 AM format until 12:48.
I believe that this was the only command because I could cancel and repeat it with "u" and "Ctrl-R", but I can’t understand what it was. Somebody knows?
If there is an equivalent to command mode, I will also be interested to know about it, but I'm trying to find a version of normal mode.
I have already tried q: and know that I did not accidentally hit Command Mode.
source
share