From c65c385a2081ab8480dca89b0b613539d42a671a Mon Sep 17 00:00:00 2001 From: dece Date: Thu, 3 Jun 2021 16:48:44 +0200 Subject: [PATCH] help: sort config options --- bebop/help.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bebop/help.py b/bebop/help.py index 1dd3769..237d15f 100644 --- a/bebop/help.py +++ b/bebop/help.py @@ -58,19 +58,19 @@ Bebop uses a JSON file (usually in ~/.config). It is created with default values Here are the available options: -* 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. +* connect_timeout (int): seconds before connection times out. +* download_path (string): download path. * external_command_default (see note 1): default command to open files. -* home (string): home page. -* render_mode (string): default render mode to use ("fancy" or "dumb"). +* external_commands (see note 2): commands to open various files. * 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. +* 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"). +* scroll_step (int): number of lines/columns to scroll in one step. +* source_editor (see note 1): command to use for editing sources. +* text_width (int): rendered line length. Notes: