:quit help
VI search - main help file
Note: these commands only work after performing a search
Move around: Use the cursor keys, "j" to go down, "k" to go up
Performing a search: Press tab or "q" to set the focus to the search box
or type :e {query} to search.
Visit a site: Press "Enter" to visit the selected listing
Shift-Enter will open the site in a new window (note that you need to allow popups from vi search for this feature to work)
Search in the results: Type /{term} to search for the {term} in the
document
Cycle through highlighted terms: Press "n" to cycle forward, press "N"
to cycle backwards
Delete rows: Press "dd" to delete a listing. #dd or d#d will delete # listings
Add comments to listings: Press "i" to enter insert mode, where you can
add a comment to a listing. Press Esc to exit insert mode.
Save your search: Press :w to save the modifications you've made to the
search results
Jump to a listing: Press :#, or #G to jump to a particular listing.
Press GG to jump to the end
Move up and down a page at a time: Press ctrl-B to move back a page and
ctrl-F to move forward a page (ctrl-F does not work in IE)
Change the background color: Type :set bg=white or :set bg=black to change
the background color of vi search.
Show more results: Select that last result and press 'j' or the down arrow key to have vi search fetch the next set of results.
Home page autofocus :set autofocus and :set noautofocus is a setting that determines whether the cursor is automatically focused on the search box when loading the home page
Repeat last command: Press . to repeat the last command (ie. inserts or deletes)
Visit our blog to find out the latest updates or comment on features
visearch.wordpress.com
Thanks to Matthew Ropp
vi search now has a Firefox search plugin
You can download it at http://mycroft.mozdev.org/download.html?name=visearch