-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinfokey
71 lines (62 loc) · 1.41 KB
/
infokey
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
# Keybinding for `info' command, to make vim users happy
# Note: keep the "#info", "#echo-area" and "#var" lines, they are required.
#info
# Section "info"
## Moving the cursor
### hjkl and arrow keys
j next-line
\kd next-line
k prev-line
\ku prev-line
l forward-char
\kr forward-char
h backward-char
\kl backward-char
### some vim navigation keys
0 beginning-of-line
\kh beginning-of-line
$ end-of-line
\ke end-of-line
g beginning-of-node
G end-of-node
## Scolling within a window
### some vim navigation keys
<SPC> scroll-forward
<BS> scroll-backward
^f scroll-forward
f scroll-forward
^b scroll-backward
b scroll-backward
^d scroll-half-screen-down
d scroll-half-screen-down
^u scroll-half-screen-up
u scroll-half-screen-up
^y up-line
^e down-line
## Selecting a node
### for ctrl-t, think of vim's tag jumping
^n next-node
J next-node
^p prev-node
K prev-node
^h up-node
H up-node
o goto-node
^t history-node
## Searching an info file
n search-next
N search-previous
## Window commands
### vim's window switching
^w^w next-window
^w^n next-window
^w^p prev-window
## Others
? get-help-window
#echo-area
#var
link-style=blue
active-link-style=red,bold
match-style=white,standout
scroll-behavior=Page Only
cursor-movement-scrolls=Off