summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/etc/viper-tut/outline
blob: 9eaa3e46888e472848a596489d4636f71d1669d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
*
* tutorial 1		FILENAME:  1basics
*	basics
*

C-d	down
C-u	up

h	left
j	down
k	up
l	right

dd	delete line
x	x-out character

u	undo

:q!	force quit
ZZ	good bye

o	open
i	insert

*
* tutorial 2		FILENAME:  2moving
*	objects, finds & marks
*

w W	word
b B	back
e E	end

{ }	paragraph
( )	sentence
[ ]	sections

$	end of line
^	first non-white
|	column
0	beginning of line

f F	find
t T	to
;	repeat fFtT
,	reverse fFtT

G	goto

H	high
M	middle
L	low

n N	next
? /	regex

%	match

'	move to marked line
m	mark


*
* tutorial 3		FILENAME:  3cutpaste & 3temp
*
*	cutting, pasting, buffers, and files
*

d D	deletes
y Y	yank
p P	put
"	buffer
:e	edit

*
* tutorial 4		FILENAME: 4inserting
*	insertion
*

a A	append
c C	change
i I	insert
o O	open
r R	replace
s S	substitute

J	join

*
* tutorial 5		FILENAME: 5tricks
*	tricks
*

~	case

u U	undo

.	do again

C-b	back
C-f	forward
C-e	down line
C-y	up line
z	zero

C-g	status
C-l	refresh

C-z	suspend

C-t	pop tag		proposed
C-]	follow tag	proposed

!	command

< >	shift

*
* tutorial 6		PROPOSED
*	commands from hell
*

:	colon commands
Q	quit
C-r	redraw
@	execute buffer as macro
&	like :&

C-t	shift (insert)
C-d	unshift (insert)