This file contains functions to interact with the command line.

If you want to bind them to keyboard shortcuts, be sure to prefix them with "ex.". For example, if you want to bind control-p to prev_completion, use:

bind --mode=ex <C-p> ex.prev_completion

Note that you can also bind Tridactyl's editor functions in the command line.

Contrary to the main tridactyl help page, this one doesn't tell you whether a specific function is bound to something. For now, you'll have to make do with :bind and :viewconfig.

Index

Variables

Functions

Variables

Const QUEUE

QUEUE: Promise<any>[] = [(async () => {})()]

Functions

refresh_completions

  • refresh_completions(exstr: any): Promise<any[] | void[]>