help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hard to switch from vi


From: John Sullivan
Subject: Re: Hard to switch from vi
Date: Wed, 11 Oct 2006 18:21:02 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Wen Weng <WenWeng@charter.net> writes:

> 2. Is there a repeat last command command like the dot command in vi?
>

You've gotten other answers to this; let me add repeat-complex-command.

,----[ C-h f repeat-complex-command RET ]
| repeat-complex-command is an interactive compiled Lisp function in 
`simple.el'.
| It is bound to <again>, <redo>, <f5> <f5>, C-x M-:, C-x M-ESC.
| (repeat-complex-command ARG)
| 
| Edit and re-evaluate last complex command, or ARGth from last.
| A complex command is one which used the minibuffer.
| The command is placed in the minibuffer as a Lisp form for editing.
| The result is executed, repeating the command as changed.
| If the command has been changed or is not the most recent previous command
| it is added to the front of the command history.
| You can use the minibuffer history commands M-n and M-p
| to get different commands to edit and resubmit.
| 
| [back]
`----

-- 
-John Sullivan
-http://www.wjsullivan.net
-GPG Key: AE8600B6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]