initial commit
[emacs-init.git] / nxhtml / etc / viper-tut / outline
1
2 *
3 * tutorial 1            FILENAME:  1basics
4 *       basics
5 *
6
7 C-d     down
8 C-u     up
9
10 h       left
11 j       down
12 k       up
13 l       right
14
15 dd      delete line
16 x       x-out character
17
18 u       undo
19
20 :q!     force quit
21 ZZ      good bye
22
23 o       open
24 i       insert
25
26 *
27 * tutorial 2            FILENAME:  2moving
28 *       objects, finds & marks
29 *
30
31 w W     word
32 b B     back
33 e E     end
34
35 { }     paragraph
36 ( )     sentence
37 [ ]     sections
38
39 $       end of line
40 ^       first non-white
41 |       column
42 0       beginning of line
43
44 f F     find
45 t T     to
46 ;       repeat fFtT
47 ,       reverse fFtT
48
49 G       goto
50
51 H       high
52 M       middle
53 L       low
54
55 n N     next
56 ? /     regex
57
58 %       match
59
60 '       move to marked line
61 m       mark
62
63
64 *
65 * tutorial 3            FILENAME:  3cutpaste & 3temp
66 *
67 *       cutting, pasting, buffers, and files
68 *
69
70 d D     deletes
71 y Y     yank
72 p P     put
73 "       buffer
74 :e      edit
75
76 *
77 * tutorial 4            FILENAME: 4inserting
78 *       insertion
79 *
80
81 a A     append
82 c C     change
83 i I     insert
84 o O     open
85 r R     replace
86 s S     substitute
87
88 J       join
89
90 *
91 * tutorial 5            FILENAME: 5tricks
92 *       tricks
93 *
94
95 ~       case
96
97 u U     undo
98
99 .       do again
100
101 C-b     back
102 C-f     forward
103 C-e     down line
104 C-y     up line
105 z       zero
106
107 C-g     status
108 C-l     refresh
109
110 C-z     suspend
111
112 C-t     pop tag         proposed
113 C-]     follow tag      proposed
114
115 !       command
116
117 < >     shift
118
119 *
120 * tutorial 6            PROPOSED
121 *       commands from hell
122 *
123
124 :       colon commands
125 Q       quit
126 C-r     redraw
127 @       execute buffer as macro
128 &       like :&
129
130 C-t     shift (insert)
131 C-d     unshift (insert)