1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-25 00:15:45 +01:00

added search suggestions (thanks to M.Terada)

This commit is contained in:
Martin Stubenschrott
2008-04-23 18:00:52 +00:00
parent 545a0ffb25
commit b9327b6bf2
7 changed files with 89 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ Items which are completed at the [c]:[tab]open[c] prompt. Available items:
*f* Local files
*b* Bookmarks
*h* History
*g* Google Suggestions
*S* Suggest engines
-------------------------------------
The order is important, so [c]:set complete=bs[c] would list bookmarks first,
@@ -420,6 +420,18 @@ Override the 'ignorecase' option if the pattern contains uppercase characters.
This is only used if the 'ignorecase' option is set.
____
|\'suggestengines'|
||'suggestengines' || stringlist (default: "google")
____
Set the search engines which can be used for completion suggestions.
Add "S" to the 'complete' option if you want use this feature.
Warning: This feature could make tab-completion slower because it needs to
wait for changes, so use it only if you have a fast internet connection.
____
|\'titlestring'|
||'titlestring'|| string (default: "Vimperator")
____