Screencast of Surfingkeys
scroll multiple targets
Here was on a page of stackoverflow.com, there were several DIVs that can be scrolled.
cs
to change scroll target0
to scroll all the way to the left$
to scroll all the way to the right.
search engine from Omnibar
This is the Omnibar where someone can use different alias to choose different search engine, and finally I used og
to open google directly.
search selected with in visual mode
v
to enter visual caret mode- move the cursor to right place
v
again to enter visual range mode- select the text
sw
to search it with bing
vim editor for input
Here was on bing.com.
I
to enter input box with vim editor- edit your input with vim editor
Enter
to save text back to the input box.
vim editor for textarea
Here was on github.com.
I
to enter textarea with vim editor, edit your text with the vim editor.:wq
to write the text back to the textarea.- The textarea got focused, and we’re in insert mode now.
Ctrl-i
to bring vim editor back.
vim editor for select
Here was on a page that has a select with hundreds of options.
Ctrl-i
to open vim editor for the select- move to your option or select your option
Enter
to choose it
vim editor for url
su
to open vim editor as address bar, you could open multiple URLs by multiple lines with each one as an URL.