1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 17:23:32 +01:00

Add "t" option to 'complete'. Visually it looks odd, that the icons are

more indented than others, we might want to remove or at least move the
% and # indicators
This commit is contained in:
Martin Stubenschrott
2009-07-31 18:21:32 +02:00
parent 98abc30ea3
commit bfe94c311d
7 changed files with 32 additions and 3 deletions

View File

@@ -59,6 +59,12 @@ tag "linux" and which contain "torvalds". Note that -tags support is only
available for tab completion, not for the actual command.
The items which are completed on [m]<Tab>[m] are specified in the 'complete'
option.
Sometimes, you might not be aware if you already have a certain page loaded in
some background tab or not. Therefore you can just type [c]:open facebook<Tab>[c]
and switch to it if Facebook is already open, or otherwise open it (if you
have Facebook in your bookmarks or history cache). This behavior can be turned
off by removing "t" from your 'complete' option.
________________________________________________________________________________

View File

@@ -221,7 +221,7 @@ ____
|\'cpt'| |\'complete'|
||'complete' 'cpt'|| charlist (default: slf)
||'complete' 'cpt'|| charlist (default: stlf)
____
Items which are completed at the [c]:open[c] prompts. Available items:
@@ -231,7 +231,8 @@ Items which are completed at the [c]:open[c] prompts. Available items:
*l* Firefox location bar entries (bookmarks and history sorted in an intelligent way)
*b* Bookmarks
*h* History
*S* Suggest engines
*S* Search engine suggestions
*t* Open tabs
-------------------------------------------------------------------------------------
The order is important, so [c]:set complete=bs[c] would list bookmarks first,