mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
EASE Editing Commands:
|
||
^Q -- Meta key
|
||
^D -- Right Char ^S -- Left Char
|
||
^E -- Up line ^X -- Down line
|
||
^A -- word Back ^F -- word Forward
|
||
<Meta> ^S -- Go to start of line <Meta> ^D -- Go to end of line
|
||
|
||
^G -- Delete char right
|
||
^H -- Delete char left <DEL>-- Delete left char
|
||
^T -- Delete word right <Meta> <DEL>-- Delete word left
|
||
^R -- Delete command right <Meta> ^Y -- Delete to end of line
|
||
^Y -- Delete line ^U -- Undelete line/cmd
|
||
|
||
^B -- Back command line ^N -- Forward command line
|
||
^O -- Search backwards for command by first char
|
||
|
||
^V -- Toggle insert ^I -- Complete filename
|
||
^P -- Insert next char
|
||
^W -- Reprint line ^C -- Force Warm Boot
|
||
|
||
^M -- Done editing <Meta> ^_ -- Quit shell |