Lugaru's Epsilon Programmer's Editor 14.04
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 |
Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.
|