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:
bShow/Hide label IDs
{i}nOpen the link which label ID is {i} in a new tab
{i}rRedirect to the link which label ID is {i}
{i}cClick the element which label ID is {i}
{i}fFocus on the element which label ID is {i}
.<key>.Open the link which you stored in the linkmap by key
+google.comOpen google.com in new tab
=google.comOpen 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
:seo<Enter>SEOINFO
:fetchimg<Enter>Display all the big original images on the bottom of the page
Translate commands:
:tc<Enter>Translate to 中文
:te<Enter>Translate to English
:tf<Enter>Translate to Français
:tj<Enter>Translate to 日本語
:tk<Enter>Translate to 한국어
:tp<Enter>Translate to Português
:tr<Enter>Translate to Русский
:ts<Enter>Translate to Español
ESC / ctrl-c will clear any commands and will also exit insert modes.
F4 disable/enable Flashvim on the domain of current page