Skip to content

Commit

Permalink
Fixed issue #4. Missing arrows in the text for ED command.
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanDunbar committed Nov 25, 2016
1 parent 7dd89e6 commit 6b81864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sphinx/source/KeywordsE.clean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ the current cursor position.
In Overwrite Mode, any characters typed will activate the current line and
replace the characters under the cursor.

A line can be deleted either by using <CTRL><ALT><> (except on SMS where you
must use <CTRL><>) or by deleting all of the visible characters in a line. If
A line can be deleted either by using <CTRL><ALT><> (except on SMS where you
must use <CTRL><>) or by deleting all of the visible characters in a line. If
you delete everything but the line number, then the line pointed to by that
line number will be deleted.

Expand Down Expand Up @@ -190,13 +190,13 @@ The keys available in ED are:
+----------------+--------------------------------------------------------------------------------+
|| Move right one character. |
+----------------+--------------------------------------------------------------------------------+
| <CTRL> → | Delete character under cursor (line becomes active. |
| <CTRL> → | Delete character under cursor (line becomes active). |
+----------------+--------------------------------------------------------------------------------+
|| Move left one character. |
+----------------+--------------------------------------------------------------------------------+
| <CTRL> ← | Delete character to left of cursor (line becomes active). |
+----------------+--------------------------------------------------------------------------------+
| <CTRL><ALT> ← | Delete line under cursor (not under SMS. |
| <CTRL><ALT> ← | Delete line under cursor (not under SMS). |
+----------------+--------------------------------------------------------------------------------+
| <SHIFT><F4> | Switch between overwrite and insert mode. |
+----------------+--------------------------------------------------------------------------------+
Expand Down

0 comments on commit 6b81864

Please sign in to comment.