Vim for Google Chrome and Firefox.
Vim for Google Chrome and Firefox.
Navigating the current page:
h - Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.
j - Scroll down
k - Scroll up
l - Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.
gg - Scroll to top of the page
G - Scroll to bottom of the page
:e<Enter> - Reload current page
Manipulating tabs:
gT - Go to next tab
gt - Go to previous tab
1gt - Go to the first tab
{i}gt - Go to tab in position i
:tabnew<Enter> - Open a new tab
:q<Enter> - Close current tab
:qa<Enter> - Close all tabs
:tabm<Enter> - Move the current tab page to after tab page N.
Navigating to new pages:
b - Show/Hide label IDs
{i}n - Open the link which label ID is {i} in a new tab
{i}r - Redirect to the link which label ID is {i}
{i}c - Click the element which label ID is {i}
{i}f - Focus on the element which label ID is {i}
.<key>. - Open the link which you stored in the linkmap by key
Additional advanced browsing commands:
/ - Focus on the search input box
:imglist<Enter> - Display all the big original images on the bottom
:hideimg<Enter> - Hide all the images
:date<Enter> - Display the Date and Time
:tc<Enter> - Translate to Chinese
:te<Enter> - Translate to English
:tf<Enter> - Translate to French
ESC will clear any commands and will also exit insert modes.