Lugaru's Epsilon Programmer's Editor
Context:

|
|
Previous
|
Up
|
Next
| |
Changes to EEL Primitives and Subroutines in Epsilon 10 |
Epsilon User's Manual and Reference |
Key Index |
Epsilon User's Manual and Reference >
Epsilon Key Assignments
This
page lists the default key bindings of the most common Epsilon
commands. A PDF version of this page, keychart.pdf, formatted as a
printable reference card, is included in the Epsilon distribution.
Also see the list of Brief mode key bindings in Brief Emulation and the list of CUA mode (Windows-style) key
bindings in CUA Keyboard.
Help
Bookmarks
Buffers
Commenting Commands
Comparing
Display Commands
EEL Extensions
Files
Formatting
HTML/XML Commands
Indenting
Inserting and Deleting
Internet
Key Bindings
Keys At Prompts
| | ? | Show matches. |
| | Alt-<Up> | Show previous responses. |
| | Alt-E | Edit a response or match. |
| | Alt-<Down> | Grab next word from buffer. |
| | Alt-<PgDn> | Grab next line from buffer. |
| | Alt-G | Insert alternative response. |
Keyboard Macros
Killing and Yanking
Language Support
Miscellaneous
Moving Around
| | Ctrl-A, Alt-<Left> | beginning-of-line |
| | Ctrl-E, Alt-<Right> | end-of-line |
| | Ctrl-N, <Down> | down-line |
| | Ctrl-P, <Up> | up-line |
| | Ctrl-F, <Right> | forward-character |
| | Ctrl-B, <Left> | backward-character |
| | Ctrl-L | center-window |
| | Ctrl-V, <PgDn> | next-page |
| | Alt-V, <PgUp> | previous-page |
| | Ctrl-Z | scroll-up |
| | Alt-Z | scroll-down |
| | Alt-{ | scroll-left |
| | Alt-} | scroll-right |
| | Alt-<, Ctrl-<Home> | goto-beginning |
| | Alt->, Ctrl-<End> | goto-end |
| | <Home>, Alt-<Comma> | beginning-of-window |
| | <End>, Alt-<Dot> | end-of-window |
| | Alt-<PgUp> | page-left |
| | Alt-<PgDn> | page-right |
| | Ctrl-X G | goto-line |
| | Alt-G | jump-to-column |
Parenthetic Expressions
Running Programs
Sentences
Searching & Replacing
Within any search or replace command, the following keys
toggle the indicated mode:
| | Ctrl-W | Word mode. |
| | Ctrl-T | Regular expression mode. |
| | Ctrl-C | Case sensitive mode. |
| | Ctrl-O | Incremental mode. |
| | Ctrl-Q | Quote the following Ctrl character. |
| | Ctrl-Q Ctrl-J | Search for <Newline> character. |
Regular Expression Characters
| | abc|def | Finds either abc or def. |
| | (abc) | Finds abc. |
| | abc+ | Finds abc or abcc or abccc.... |
| | abc* | Finds ab or abc or abcc.... |
| | abc? | Finds ab or abc. |
| | [abcx-z] | Finds a or b or c or x or y or z. |
| | [^abcx-z] | Finds any one character but those. |
| | . | Finds any character but <Newline>. |
| | abc$ | Finds abc at the end of a line. |
| | ^abc | Finds abc at the start of a line. |
| | %^ | Finds literal ^ (quotes ()[]<>|+*?%$^). |
| | <Tab> | Finds a <Tab> character. |
| | <#123> | Finds character with ASCII code 123. |
Sorting & Duplicates
Spell Checking
Starting & Exiting
Tags
TeX and LaTeX Modes
Transposing
Undo
Variables & Customizing
Windows
Word & Paragraph Commands
|
Previous
|
Up
|
Next
| |
Changes to EEL Primitives and Subroutines in Epsilon 10 |
Epsilon User's Manual and Reference |
Key Index |

Copyright (C) 1984, 2012 Lugaru Software Ltd. All Rights Reserved.
|