All Manuals > LispWorks IDE User Guide > 13 The Editor

NextPrevUpTopContentsIndex

13.9 Other essential commands

Finally, there are three basic functions which you should add to your stock of familiar commands.

13.9.1 Aborting commands

To abort any command which requires you to type information at the echo area, type Ctrl+G at any point up to where you would normally press Return. For instance, if you type Ctrl+X Ctrl+F in order to open a file, and then decide against it, type Ctrl+G instead of specifying a filename.

If you are using Mac OS editor emulation, press Esc to abort a command.

13.9.2 Undoing commands

If you choose Edit > Undo the last editor action performed is undone. Successive use of Edit > Undo revokes more actions (rather than undoing the last Undo command, as is the case with many other editors).

When using Emacs emulation you can undo via the Emacs keystroke Ctrl+_. Thus, to undo the last five words typed, press Ctrl+_ five times.

On Mac OS X you can undo via the keystroke Command+Z.

13.9.3 Repeating commands

To perform the same command n times, type Ctrl+U n followed by the command you want to perform.

For instance, to move forward 10 characters, type Ctrl+U 10 Ctrl+F.


LispWorks IDE User Guide (Macintosh version) - 13 Sep 2017

NextPrevUpTopContentsIndex