refactor(helpbar): hide the top help panel by default (#97)

This commit is contained in:
Alexandre Pasmantier 2024-12-05 20:41:40 +01:00 committed by GitHub
parent 795db19fff
commit 6a1359055d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,9 @@ use_nerd_font_icons = false
# │ │
# └───────────────────────────────────────┘
ui_scale = 100
# Whether to show the top help bar in the UI
show_help_bar = true
# Whether to show the top help bar in the UI by default
# This option can be toggled with the (default) `ctrl-g` keybinding
show_help_bar = false
# Where to place the input bar in the UI (top or bottom)
input_bar_position = "bottom"

View File

@ -121,6 +121,7 @@ Default keybindings are as follows:
| <kbd>Ctrl</kbd> + <kbd>y</kbd> | Copy the selected entry to the clipboard |
| <kbd>Ctrl</kbd> + <kbd>r</kbd> | Toggle remote control mode |
| <kbd>Ctrl</kbd> + <kbd>s</kbd> | Toggle send to channel mode |
| <kbd>Ctrl</kbd> + <kbd>g</kbd> | Toggle the help panel |
| <kbd>Esc</kbd> | Quit the application |
These keybindings are all configurable (see [Configuration](#configuration)).