Execute the content of the command line and hide it.
Insert the first command line history line that starts with the content of the command line in the command line.
Deselects the currently selected completion.
Hide the command line and cmdline_state.clear its content without executing it. *
Inserts the selected completion, or its argument/keybinding character.
Optionalcharacter: stringInserts the currently selected completion and a space in the command line.
Insert a space
If a completion is selected, inserts it in the command line with a space. If no completion is selected, inserts a space where the caret is.
Check if the command is valid
Selects the next completion.
Selects the next history line.
Selects the next completion, or history line if none is selected.
Selects the previous completion.
Selects the prev history line.
Selects the previous completion, or history line if none is selected.
Save non-secret commands to the cmdHistory and update the cmdline_history_position
Command line functions
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: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
:bindand:viewconfig.