Merge pull request #247 from dave-hay/patch-1

Typo + General Formatting
This commit is contained in:
Julien Le Coupanec
2021-11-21 00:46:16 +01:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ CTRL+X then ( # start recording a keyboard macro
CTRL+X then ) # finish recording keyboard macro CTRL+X then ) # finish recording keyboard macro
CTRL+X then E # recall last recorded keyboard macro CTRL+X then E # recall last recorded keyboard macro
CTRL+X then CTRL+E # invoke text editor (specified by $EDITOR) on current command line then execute resultes as shell commands CTRL+X then CTRL+E # invoke text editor (specified by $EDITOR) on current command line then execute resultes as shell commands
CTRAL+A then D # logout from screen but don't kill it, if any command exist, it will continue CTRL+A then D # logout from screen but don't kill it, if any command exist, it will continue
BACKSPACE # deletes one character backward BACKSPACE # deletes one character backward
DELETE # deletes one character under cursor DELETE # deletes one character under cursor