pico_cheat_sheet
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pico_cheat_sheet [2020/06/28 04:31] – papa | pico_cheat_sheet [2022/04/30 01:32] (current) – [Survival Guide] sized up image peteyboy | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Pico Cheat Sheet ====== | ||
+ | |||
+ | **pico** is a simple, display-oriented text editor originally developed for the [[email_at_sdf# | ||
+ | |||
+ | ===== Survival Guide ===== | ||
+ | {{ : | ||
+ | ===== Control Keys ===== | ||
+ | |||
+ | //(The key sequence// '' | ||
+ | |||
+ | |Ctrl-A |beginning of line |Ctrl-N |next line | | ||
+ | |Ctrl-B |backward character |Ctrl-O |output file | | ||
+ | |Ctrl-C |cursor position |Ctrl-P |previous line | | ||
+ | |Ctrl-D |delete character |Ctrl-R |read insert file | | ||
+ | |Ctrl-E |end of line |Ctrl-T |spell check | | ||
+ | |Ctrl-F |forward character |Ctrl-U |paste | | ||
+ | |Ctrl-G |get help |Ctrl-V |forward page | | ||
+ | |Ctrl-I |insert tab |Ctrl-W |search | | ||
+ | |Ctrl-J |justify paragraph |Ctrl-X |save exit | | ||
+ | |Ctrl-K |cut region |Ctrl-Y |backward page | | ||
+ | |Ctrl-L |refresh display |Ctrl-< | ||
+ | |||
+ | ===== Function Keys ===== | ||
+ | |||
+ | |F1 |get help |F5 |read insert file |F9 |cut region | | ||
+ | |F2 |save exit |F6 |search |F10 |paste | | ||
+ | |F3 |output file |F7 |backward page |F11 |cursor position | | ||
+ | |F4 |justify paragraph |F8 |forward page |F12 |spell check | | ||
+ | |||
+ | ---- | ||
+ | Source: http:// | ||