On 2006-10-23, Tuomo Valkonen <[EMAIL PROTECTED]> wrote: > Well, you could write a completor routine for history, and open a new > query box for it. Infact, the completion changing to history completion > would be better indeed. The problem with a new box is, that you'll have > to press enter twice then. It should not be too difficult to add an > option to toggle on history completio...
Done. Control+R toggles on and completes in history now, and Control+S does the same in reverse direction. Any of the previous completion keys turns on normal completion again. (Whenever the mode is changed, no cycling is performed.) At the moment, history completion matches against the whole string up to 'point', but it might be better to do substring matching, so I'm open to changing that. -- Tuomo
