/ Published in: Other
URL: http://dailyvim.blogspot.com/2007/11/command-line-history.html
Want to see the ex commands you've executed as of late? Easy, just type q: from normal mode to open your command-line history. From the command-line history window, you can yank commands or execute them as needed. To go back to normal mode type :q. You can also enter command-line history mode from ex mode by typing ctrl-f.
Expand |
Embed | Plain Text
q:
Comments
Subscribe to comments
You need to login to post a comment.

aha ... i just found it :) great !