Skip to content

Commit

Permalink
Update README with some tips
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed Jul 3, 2021
1 parent 4a3956d commit 01a08ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Manipulating tabs:

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

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

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

0 comments on commit 01a08ee

Please sign in to comment.