This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computing:start [2018/05/18 07:19] – created oemb1905 | computing:start [2022/07/30 23:51] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ------------------------------------------- | ||
| - | #**nano / text editor basics** | ||
| - | ------------------------------------------- | ||
| - | ctl-r read -open file curr. buffer, or new in multibuffer mode, enter4new empty buffer | ||
| - | ctl-o | ||
| - | cctl-x | ||
| - | ctl-g get help/ | ||
| - | enter, ctl-m newline | ||
| - | bksp, ctl-h | ||
| - | del, ctl-d delete current character | ||
| - | left, ctl-b | ||
| - | right, ctl-f forward character | ||
| - | home, ctl-a | ||
| - | end, ctl-e end of line | ||
| - | up, ctl-p | ||
| - | down, ctl-n next line | ||
| - | pgup, ctl-y | ||
| - | pgdn, ctl-v next page | ||
| - | m-space | ||
| - | ctl-space | ||
| - | alt-\ | ||
| - | alt-/ end of file | ||
| - | ctl-c | ||
| - | ctl-/ go i.e. jump to line and column | ||
| - | ctl-^ | ||
| - | alt-^ copy marked, or copy line if nomark; actually alt-6 i.e. do not need shift key | ||
| - | ctl-k cut marked or cut lineifnomark or cut2end line if cut2end is enabled using | ||
| - | alt-k | ||
| - | ctl-u paste cut or copied | ||
| - | alt-t cut to end of file | ||
| - | ctl-w | ||
| - | alt-w | ||
| - | alt-r | ||
| - | alt-< | ||
| - | alt-> | ||
| - | alt-x | ||
| - | alt-y | ||
| - | alt-c | ||
| - | alt-d | ||
| - | alt-k | ||
| - | ctl-t show file list at read/open prompt | ||
| - | ctl-x | ||
| - | ctl-z | ||