Changes between Version 6 and Version 7 of UsersGuide


Ignore:
Timestamp:
2009-11-30T16:20:48Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Editor controls

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide

    v6 v7  
    44 2. [#Console Console]
    55 3. [#Shell Shell]
     6 4. [#Editor Editor]
    67 4. [#KernelConsole Kernel Console]
    78 5. [#BuildingFromSource Building From Source]
     
    2930Type ''help'' (+Enter) to get a list of built-in commands.
    3031
    31 (Trunk Only) The shell has basic command-line editing capabilities. Besides typing to insert text, you can use the following keys:
     32(''Trunk Only'') The shell has basic command-line editing capabilities. Besides typing to insert text, you can use the following keys:
    3233
    3334|| '''Key'''        || '''Action''' ||
    34 || Enter            || Submit and execute the command. ||
    35 || Backspace        || Delete character to the left of cursor. ||
    36 || Delete           || Delete character under cursor. ||
    37 || Left Arrow       || Move cursor left by one character. ||
    38 || Right Arrow      || Move cursor right by one character. ||
    39 || Home             || Move cursor to beginning of text. ||
    40 || End              || Move cursor to end of text. ||
    41 || Ctrl-Left Arrow  || Move cursor left by one word. ||
    42 || Ctrl-Right Arrow || Move cursor right by one word. ||
    43 || Up Arrow         || Move to older history entry. ||
    44 || Down Arrow       || Move to newer history entry. ||
     35|| Enter            || Submit and execute the command ||
     36|| Backspace        || Delete character to the left of cursor ||
     37|| Delete           || Delete character under cursor ||
     38|| Left Arrow       || Move cursor left by one character ||
     39|| Right Arrow      || Move cursor right by one character ||
     40|| Home             || Move cursor to beginning of text ||
     41|| End              || Move cursor to end of text ||
     42|| Ctrl-Left Arrow  || Move cursor left by one word ||
     43|| Ctrl-Right Arrow || Move cursor right by one word ||
     44|| Up Arrow         || Move to older history entry ||
     45|| Down Arrow       || Move to newer history entry ||
     46
     47== Text Editor (''Trunk only'') == #Editor
     48
     49Started with the {{{edit}}} command. The editor controls are in the same spirit as on the command line. Summary of controls in the editor:
     50
     51|| '''Key'''        || '''Action''' ||
     52|| Enter            || Insert line break ||
     53|| Backspace        || Delete character to the left of cursor ||
     54|| Delete           || Delete character under cursor ||
     55|| Left Arrow       || Move cursor left by one character ||
     56|| Right Arrow      || Move cursor right by one character ||
     57|| Home             || Move cursor to beginning of line ||
     58|| End              || Move cursor to end of line ||
     59|| Up Arrow         || Move cursor one line up ||
     60|| Down Arrow       || Move cursor one line down ||
     61|| Page Up          || Move cursor up by one page ||
     62|| Page Down        || Move cursor down by one page ||
     63|| Ctrl-Q           || Quit ||
     64|| Ctrl-S           || Save ||
     65|| Ctrl-E           || Save As ||
    4566
    4667== Kernel Console == #KernelConsole