help: sort config options

exec
dece 3 years ago
parent 2324fbb0bc
commit c65c385a20

@ -58,19 +58,19 @@ Bebop uses a JSON file (usually in ~/.config). It is created with default values
Here are the available options:
* command_editor (see note 1): command to use for editing cli input.
* connect_timeout (int): seconds before connection times out.
* text_width (int): rendered line length.
* download_path (string): download path.
* source_editor (see note 1): command to use for editing sources.
* command_editor (see note 1): command to use for editing cli input.
* history_limit (int): maximum entries in history.
* external_commands (see note 2): commands to open various files.
* external_command_default (see note 1): default command to open files.
* external_commands (see note 2): commands to open various files.
* generate_client_cert_command (see note 3): command to generate a client cert.
* history_limit (int): maximum entries in history.
* home (string): home page.
* persistent_history (bool): save and reload history.
* render_mode (string): default render mode to use ("fancy" or "dumb").
* generate_client_cert_command (see note 3): command to generate a client cert.
* scroll_step (int): number of lines/columns to scroll in one step.
* persistent_history (bool): save and reload history.
* source_editor (see note 1): command to use for editing sources.
* text_width (int): rendered line length.
Notes:

Loading…
Cancel
Save