Vim for Google Chrome and Firefox.
Vim for Google Chrome and Firefox.
Navigating the current page:
:helpview Help Information
hScroll left
jScroll down
kScroll up
lScroll right
←Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.
→Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.
ggScroll to top of the page
GScroll to bottom of the page
:e<Enter>Reload current page
Manipulating tabs:
gTGo to next tab
gtGo to previous tab
1gtGo to the first tab
{i}gtGo to tab in position {i}
:tabnew<Enter>Open a new tab
:q<Enter>Close current tab
:qa<Enter>Close all tabs
:tabm {i}<Enter>Move the current tab page to after tab page {i}.
Navigating to new pages:
b Label model, show label IDs(ESC/Ctrl-C exit)
.{i}' Open the link which label ID is {i} in a new tab
.{i}; Click the element which label ID is {i}
.{key}<Enter> Open the link which you stored in the linkmap by key
'google.com<Enter> Open google.com in new tab
;google.com<Enter> Open google.com in current tab
Additional advanced browsing commands:
/ or ?Focus on the search input box
:wTrigger save button
xDelete the characters selected by cursor
ddDelete the block selected by cursor
:se img!<Enter>Hide all the images
:se img<Enter>Cancel Hide all the images
:se fs!<Enter>Display full screen
:se fs<Enter>Exit full screen
:!date<Enter>Display the Date and Time
ESC / ctrl-c will clear any commands and will also exit insert modes.
F4 disable/enable Flashvim on the domain of current page