1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 06:03:31 +02: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.
________________________________________________________________________________