In vi on Solaris (:ver returns - Version SVR4.0, Solaris 2.5.0) how to I see the list of commands I've typed?
For instance, I may have used s/1/2 or :%s/234/567/g and would like to be able to scroll through the history and repeat a given command. Or at least be able to redo my last command.
Using up-arrow after typing : does not accomplish this.