Differences
This shows you the differences between two versions of the page.
 
| Both sides previous revisionPrevious revision |  | 
| tutorials:pico [2011/04/30 15:06]  –  clemens | tutorials:pico [2012/05/01 17:59] (current)  – Synced with rev1.1 ivan | 
|---|
|   | ====== Pico Cheat Sheet ====== | 
 |  | 
|   | ===== Control keys ===== | 
|   |  | 
|   | //(The key sequence "Esc Esc x" can be used instead of "^x".)// | 
|   |  | 
|   |  | 
|   | ^ <nowiki>^</nowiki>B | Backward character ^ <nowiki>^</nowiki>F | Forward character | | 
|   | ^ <nowiki>^</nowiki>P | Previous line      ^ <nowiki>^</nowiki>N | Next line | | 
|   | ^ <nowiki>^</nowiki>A | beginning of line  ^ <nowiki>^</nowiki>E | End of line | | 
|   | ^ <nowiki>^</nowiki>Y | backward page      ^ <nowiki>^</nowiki>V | forward page | | 
|   | ^ <nowiki>^</nowiki>W | search             ^ <nowiki>^</nowiki>L | refresh display | | 
|   | ^ <nowiki>^</nowiki>D | Delete character   ^ <nowiki>^^</nowiki> | set mark | | 
|   | ^ <nowiki>^</nowiki>K | cut region         ^ <nowiki>^</nowiki>U | paste | | 
|   | ^ <nowiki>^</nowiki>I | Insert tab         ^ <nowiki>^</nowiki>J | Justify paragraph | | 
|   | ^ <nowiki>^</nowiki>T | spell check        ^ <nowiki>^</nowiki>C | Cursor position | | 
|   | ^ <nowiki>^</nowiki>R | Read insert file   ^ <nowiki>^</nowiki>O | Output file | | 
|   | ^ <nowiki>^</nowiki>G | Get help           ^ <nowiki>^</nowiki>X | save eXit | | 
|   |  | 
|   | ===== Function keys ===== | 
|   |  | 
|   | ^ F1 | Get help          ^ F5 | Read insert   ^ 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 | | 
|   |  | 
|   | $Id: pico.html,v 1.1 2007/07/13 20:11:33 papa Exp $ |