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