Skip to content

Commit 01a08ee

Browse files
committed
Update README with some tips
Closes philc#3816 and philc#3448.
1 parent 4a3956d commit 01a08ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Manipulating tabs:
7272

7373
J, gT go one tab left
7474
K, gt go one tab right
75-
g0 go to the first tab
75+
g0 go to the first tab. Use ng0 to go to n-th tab
7676
g$ go to the last tab
7777
^ visit the previously-visited tab
7878
t create tab
@@ -95,7 +95,7 @@ Additional advanced browsing commands:
9595
]], [[ Follow the link labeled 'next' or '>' ('previous' or '<')
9696
- helpful for browsing paginated sites
9797
<a-f> open multiple links in a new tab
98-
gi focus the first (or n-th) text input box on the page
98+
gi focus the first (or n-th) text input box on the page. Use <tab> to cycle through options.
9999
gu go up one level in the URL hierarchy
100100
gU go up to root of the URL hierarchy
101101
ge edit the current URL
@@ -105,8 +105,8 @@ Additional advanced browsing commands:
105105
v enter visual mode; use p/P to paste-and-go, use y to yank
106106
V enter visual line mode
107107

108-
Vimium supports command repetition so, for example, hitting `5t` will open 5 tabs in rapid succession. `<Esc>` (or
109-
`<c-[>`) will clear any partial commands in the queue and will also exit insert and find modes.
108+
Vimium supports command repetition so, for example, hitting `5t` will open 5 tabs in rapid succession. `<Esc>`
109+
(or `<c-[>`) will clear any partial commands in the queue and will also exit insert and find modes.
110110

111111
There are some advanced commands which aren't documented here; refer to the help dialog (type `?`) for a full
112112
list.

0 commit comments

Comments
 (0)