You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Keyboard Bindings
21
21
-----------------
22
22
23
23
Modifier keys are specified as follows: <c-x>, <m-x>, <a-x> for ctrl+x, meta+x, and alt+x
24
-
respectively.
24
+
respectively. You can change any of these shortcuts under "Advanced Options".
25
25
26
26
Navigating the current page:
27
27
h scroll left
@@ -34,26 +34,20 @@ Navigating the current page:
34
34
<c-u>, <c-y> scroll up a page
35
35
<c-f> scroll down a full page
36
36
<c-b> scroll up a full page
37
-
zH scroll all the way left
38
-
zL scroll all the way right
39
37
f open a link in the current tab
40
38
F open a link in a new tab
41
-
<a-f> open multiple links in a new tab
42
39
r reload
43
40
gs view source
44
41
zi zoom in
45
42
zo zoom out
46
-
z0 reset zoom to default value
47
-
/ enter find mode -- type your search query and hit enter to search or esc to cancel
48
-
n cycle forward to the next find match
49
-
N cycle backward to the previous find match
50
43
i enter insert mode -- all commands will be ignored until you hit esc to exit
51
44
yy copy the current url to the clipboard
52
-
gu go up one level in the URL hierarchy
53
45
gf cycle forward to the next frame
54
-
gi focus the first (or n-th) text input box on the page
55
-
]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.
56
-
[[ Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.
46
+
47
+
Using find:
48
+
/ enter find mode -- type your search query and hit enter to search or esc to cancel
49
+
n cycle forward to the next find match
50
+
N cycle backward to the previous find match
57
51
58
52
Navigating your history:
59
53
H go back in history
@@ -66,10 +60,20 @@ Manipulating tabs:
66
60
d close current tab
67
61
u restore closed tab (i.e. unwind the 'd' command)
68
62
63
+
Additional advanced browsing commands:
64
+
]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.
65
+
[[ Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.
66
+
<a-f> open multiple links in a new tab
67
+
gi focus the first (or n-th) text input box on the page
68
+
gu go up one level in the URL hierarchy
69
+
zH scroll all the way left
70
+
zL scroll all the way right
71
+
z0 reset zoom to default value
72
+
73
+
69
74
Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC (or
70
75
<c-[>) will clear any partial commands in the queue.
71
76
72
-
Keys can be unmapped and remapped to different commands under Advanced Options.
73
77
74
78
Contributing
75
79
------------
@@ -96,6 +100,7 @@ Release Notes
96
100
- View source (`gs`) now opens in a new tab.
97
101
- Support for browsing paginated sites using `]]` and `[[` to go forward and backward respectively.
98
102
-`z0` will reset the zoom level for the current page.
103
+
- Many of the less-used commands are now marked as "advanced" and hidden in the help dialog by default, so that the core command set is more focused and approachable.
0 commit comments