Browser extension & Vim for Google Chrome and Firefox.
I feel the need for
speed.
See how Flashvim works
Flashvim is a browser extension which provides keyboard shortcuts for navigation and control in the spirit of the Vim editor. Watch this video to get a feel for how it works:
腾讯视频(国内)
Screenshots
Try it Now
Command
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
:fetchimg<Enter>Display all the big original images on the bottom of the page
:se img!<Enter>Hide all the images
:se img<Enter>Cancel 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.
F4 disable/enable Flashvim on the domain of current page
FAQ