Keyboard layout Flashcards
0
Q
toggle case
A
~
1
Q
normal mode
A
ESC
2
Q
goto mark
A
`
3
Q
external filter
A
!
4
Q
play macro
A
@
5
Q
prev ident
A
#
6
Q
eol
A
$
7
Q
goto match
A
%
8
Q
“soft” bol
A
9
Q
repeat :s
A
&
10
Q
next ident
A
*
11
Q
begin sentence
A
(
12
Q
end sentence
A
)
13
Q
“soft” bol down
A
_
14
Q
next line
A
+
15
Q
hard bol
A
0
16
Q
prev line
A
-
17
Q
auto format
A
= (whole file gg=G)
18
Q
ex mode
A
Q
19
Q
record macro
A
q
20
Q
next WORD
A
W
21
Q
next word
A
w
22
Q
end WORD
A
E
23
Q
replace mode
A
R
24
replace char
r
25
back 'till
T
26
'till
t
27
yank line
Y
28
yank
y
29
undo line
U
30
undo
u
31
insert at bol
I
32
insert mode
i
33
insert line above
O
34
insert line below
o
35
paste before
P
36
paste after
p
37
begin paragraph
{
38
misc
[
39
end paragraph
}
40
misc
]
41
append at EOL
A
42
append
a
43
substitute line
S
44
substitute character
s
45
delete to eol
D
46
delete
d
47
find char backwards
F
48
find char
f
49
go to end of file
G
50
top of file
g
51
top of screen
H
52
left motion
h
53
join lines
J
54
down motion
j
55
help
K
56
up motion
k
57
screen bottom
L
58
right motion
l
59
ex mode command line
:
60
repeat t/T or f/F
;
61
register space
"
use "x before a yank/paste/del to use that register /clipboard (x=a.,z,*) eg "ay$ to copy rest of line to reg a
62
goto mk. bol
'
63
beginning of line / goto col
|
64
quit
Z
ZZ to save and quit
ZQ to quit without saving
65
scroll cursor to top
zt
66
scroll cursor to bottom
zb
67
scroll cursor to center
zz
68
backspace
X
69
delete char
x
70
change to eol
C
71
change char
c
72
visual lines
V
73
visual mode
v
74
previous WORD
B
75
previous word
b
76
previous (find)
N
77
next (find)
n
78
screen middle
M
79
set mark
m
80
un-indent
<
81
reverse t/T f/F
,
82
indent
>
83
repeat command
.
84
find (reverse)
?
85
find
/
86
End word
e