Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Additional advanced browsing commands:
zL scroll all the way right
v enter visual mode; use p/P to paste-and-go, use y to yank, use v/c/V to toggle visual/line/caret modes
V enter visual line mode
yc select a first word of a sentence and enter visual mode
yv select a first word of a sentence and enter visual mode

Vimium C 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.
Expand Down