0% found this document useful (0 votes)
2 views4 pages

Epsilon Emulation

Uploaded by

kandulavarun100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views4 pages

Epsilon Emulation

Uploaded by

kandulavarun100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Ctrl+Alt+S Regular expression search

Epsilon Keys Ctrl+Alt+R Reverse regular expression search


Alt+% Search and replace with prompting
Epsilon Cursor Movement Alt+& Search and replace without prompting
Ctrl+A, Alt+Left Begin line Ctrl+Alt+Shift+F2 Stop search or search & replace
Ctrl+E, Alt+Right End of line
Left arrow, Ctrl+B Cursor left Epsilon Selection
Right arrow, Ctrl+F Cursor right Ctrl+2 Select character/stream
Ctrl+N, Down arrow Next line Alt+@ Select block/column
Ctrl+P, Up arrow Previous line Alt+H Select paragraph
Ctrl+V, PgDn Page down Ctrl+X Ctrl+X Exchange point and start selection
Alt+V, PgUp Page up Ctrl+X 'W' Write selection to file
Ctrl+Home, Alt+< Top of buffer Ctrl+Alt+\ Indent selection
Ctrl+End, Alt+> Bottom of buffer Ctrl+X Ctrl+Alt+I Tabify selection
Ctrl+Left, Alt+B Previous word Ctrl+X Alt+I Untabify selection
Ctrl+Right, Alt+F Next word Shift+F7 Shift block selection left
Home Beginning of window Shift+F8 Shift block selection right
End End of window Shift+<Cursor keys> Start or extend char/stream selection
Ctrl+Alt+B Previous level Click & Drag Start char/stream selection
Ctrl+Alt+F Next level Right-Click & Drag Start block/column selection
Alt+) Match parenthesis Shift+Click Extend selection
Alt+[, Alt+Up Previous paragraph Ctrl+Right-Click Move selection to cursor
Alt+], Alt+Down Next paragraph Ctrl+Shift+Right-Click Copy selection to cursor
Alt+M First non blank Double-Click Select word
Alt+A, Ctrl+Up Previous sentence Triple-Click Select line
Alt+E, Ctrl+Down Next sentence Ctrl+Click Add cursor or selection
Ctrl+X, 'G' Go to line Shift+Right-Click Add multiple partial line characters selections based
on a block/column selection.
Ctrl+| Add multiple cursors
Ctrl+Double-Click Add selection of words
Ctrl+Shift+Alt+Down Add new cursor below current cursor
Ctrl+Shift+Alt+Up Add new cursor above current cursor Epsilon Clipboard
Ctrl+W, Shift+Del Cut selection
Epsilon Inserting Text
Ctrl+Y, Shift+Ins Paste
Ins Insert/overwrite toggle
Alt+Y Select clipboard to insert
Tab, Ctrl+I Indent to previous line or insert tab character
Alt+W, Ctrl+Ins Copy selection to clipboard
Enter, Ctrl+M, Ctrl+J Insert a line
Ctrl+X Ctrl+A Copy word
Ctrl+Enter Open a new line below current line
Ctrl+K Cut to end of line
Ctrl+Shift+Enter Open a new line above current line
Alt+D Cut word
Shift+Enter Insert a line (no syntax expansion)
Alt+K Cut sentence
Shift+Space Insert a space (no syntax expansion)
Alt+Del Cut previous level
Ctrl+O Split line
Ctrl+Alt+K Cut level
Ctrl+Q Insert literal
Ctrl+Alt+H Cut previous word
Epsilon Deleting Text Ctrl+Alt+W Append next clipboard
Alt+\ Delete horizontal space
Epsilon Files and Buffers
Ctrl+X Ctrl+O Delete blank lines
Ctrl+X Ctrl+S Save current buffer
Alt+Del Cut previous level
Ctrl+X 'K' Quit buffer
Ctrl+Alt+K Cut level
Ctrl+X 'B' Select buffer
Ctrl+Backspace Cut line
Ctrl+X Ctrl+F Edit a file or find buffer
Ctrl+K Cut to end of line
Ctrl+X Ctrl+W Save and rename buffer
Alt+D Cut word
Ctrl+F7 Write buffer to file
Alt+K Cut sentence
Ctrl+F2, Ctrl+X 'C' Compare windows
Ctrl+Alt+H Cut previous word
Ctrl+X Ctrl+B, Ctrl+X List buffers
Del, Ctrl+D Delete character under cursor Alt+B
Backspace, Ctrl+H Delete character before cursor Ctrl+X Ctrl+V Replace buffer with a file on disk
Ctrl+X 'I' Insert file
Epsilon Searching
Ctrl+X 'W' Write selection to file
Ctrl+S Incremental search
Ctrl+X 'D' Directory edit mode
Ctrl+R Reverse incremental search
Epsilon Windowing Ctrl+Shift+F12,<key> Stops macro recording and binds macro to <key>
(which can be 0-9, A-Z, or F1-F12).
Ctrl+X '2' Split window horizontally
Ctrl+Break Halt Slick-C® macro that is prompting for a key with
Ctrl+X '1' One window get_event()
Ctrl+X 'O', Alt+PgDn Next window Ctrl+Alt+Shift+F2 Halt Slick-C macro that is executing. Halt Slick-C
Ctrl+X 'P', Alt+PgUp Prev window macro that is executing. Use this to terminate infinite
loops.
Ctrl+X Ctrl+D Delete window
Ctrl+Shift+Space If running a dialog box, edits current dialog box. Use
Home Cursor to beginning of window
this to close a dialog box that won't close. If editing
End Cursor to end of window dialog box or macro, load and run dialog box/macro.
Ctrl+PgDn Shrink window
Ctrl+PgUp Expand window
Epsilon Command Line and Text Box Editing
The following keys are different in all Text Boxes except the command line if the
CUA Text Box check box is enabled ( Tools > Options > Redefine Common
Epsilon Compiling and Programming Support Keys):
Alt+Dot (Pro only) List symbols Ctrl+X Cut selection
Ctrl+PgUp/Ctrl+PgDn When listing symbols. Next/previous definition Ctrl+C Copy selection to clipboard
Shift+PgUp/Shift+PgDn When listing symbols. Page up/down argument list Ctrl+V Paste
section.
Alt+A..Alt+Z Taken over by dialog manager for selecting controls
Alt+Comma (Pro only) Info
Ctrl+Space (Pro only) Complete symbol Epsilon Command Line Keys
Ctrl+X 'M' (Pro only) Build project F2, Alt+X Cursor to command line toggle
Ctrl+F5 (Pro only) Execute project Ctrl+D Delete character
Ctrl+X Ctrl+N, Alt+F10 Next error Ctrl+H, Backspace Delete previous character
Alt+F6 (Pro only) Compile current buffer Tab, Ctrl+I Insert tab character
Ctrl+C Stop concurrent process Ctrl+J, Enter, Ctrl+M ENTER argument
Ctrl+X Ctrl+M (Pro only) Start concurrent process Space Complete argument
Ctrl+X Comma, Ctrl+Dot (Pro only) Push a bookmark and go to the definition ? List arguments
of the symbol at cursor Ins Insert toggle
Ctrl+Alt+Dot (Pro only) Push a bookmark and go to the declaration Alt+\ Delete horizontal space
of the symbol at cursor
Ctrl+Q Quote next character
Ctrl+X Ctrl+H, Pop a pushed bookmark
Ctrl+Comma Ctrl+Space Expand alias at cursor. Use alias command to define
aliases.
Ctrl+X Dot Go to definition
Ctrl+K Cut to end of line
Ctrl+X Alt+Comma Context Tagging® - Tag Files dialog box
Ctrl+Alt+H Cut previous word
F3 Make and load current macro buffer
Alt+D Cut word
Ctrl+Shift+P Expand extension specific alias
Ctrl+W, Shift+Del Cut selection
Ctrl+Shift+O Expand global alias
Ctrl+Y, Shift+Ins Paste
Epsilon Debugging (Pro only) Alt+Y Paste recent clipboard
F5 Start/continue debugging Ctrl+Alt+W Append next clipboard
Shift+F5 Stop debugging Alt+C Capitalize word
Ctrl+Shift+F5 Restart debugging Alt+L Lowcase word
F9 Toggle breakpoint Alt+U Upcase word
Ctrl+F9 Toggle breakpoint enable Ctrl+T Transpose characters
Ctrl+Shift+F9 Clear all breakpoints Alt+T Transpose words
F10 Step over Ctrl+N, Down Retrieve previous argument (cmdline only)
F11 Step into Ctrl+P, Up Retrieve next argument (cmdline only)
Ctrl+F10 Run to cursor F2, Alt+X Complete and enter argument (cmdline only)
Alt+PadStar Show next statement Ctrl+D Start or extend char/stream selection
Ctrl+Alt+B, Alt+F9 Activate breakpoints window Ctrl+H, Backspace Start char/stream selection
Alt+3, Ctrl+Alt+W Activate watch window Tab, Ctrl+I Extend selection
Alt+4, Ctrl+Alt+V Activate variables window Ctrl+J, Enter, Ctrl+M Select word
Alt+7, Ctrl+Alt+C Activate call stack Space Select line
Ctrl+Alt+H Activate threads window
Epsilon Miscellaneous
Epsilon Macros F1, Alt+?, Ctrl+- Help for mode or context
Ctrl+X 'E' Run last recorded macro Alt+P Configuration menu
F3 Make and load current buffer Ctrl+X Ctrl+C Safe exit
Ctrl+X Alt+N Save last recorded macro Ctrl+Shift+Comma Complete previous word/variable
Ctrl+X '(' Start/end macro recording Ctrl+Shift+Dot Complete next word/variable
Ctrl+X ')' End macro recording Ctrl+Shift+Space Complete more
Ctrl+G Cancel
F9, Ctrl+X 'U' Undo
Shift+F9, Ctrl+X 'R' Redo
Ctrl+F9 Undo w/cursor grouping
Ctrl+Shift+H Hex display toggle
Ctrl+T Transpose characters
Alt+T Transpose words
Ctrl+X Ctrl+T Transpose lines
Alt+U Upcase word
Alt+L Lowcase word
Alt+C Capitalize word
Ctrl+X 'F' Set margins
Alt+Q Reflow paragraph
Alt+S Center line within margins
Alt+) Find matching start paren
Ctrl+L Center line within window
Ctrl+Shift+O Expand alias at cursor
Ctrl+X / Alias change directory
F8, Ctrl+F8 Set macro variable
F4 Bind to key
F6 What is
F7 Change directory
Ctrl+X Ctrl+E Shell
Ctrl+X Ctrl+Z Resume
Ctrl+X '=' Display information on cursor position
Ctrl+X 'L' Count lines
Alt+~ Modify toggle
Alt+Z Scroll down
Ctrl+Z Scroll up

Epsilon Argument/Repeating a Key


Ctrl+U Select number of times to invoke a command. Sets
argument-count.
Ctrl+K Cuts argument-count complete lines
Ctrl+X Ctrl+O Change number of blank lines at or before cursor to
argument-count
Ctrl+X Ctrl+I, Ctrl+X Tab Indent or unindent selected lines by argument-count
characters
Alt+0..Alt+9 Select argument-count 0..9

You might also like