Skip to content

Commit

Permalink
refactor(helpbar): hide the top help panel by default (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier authored Dec 5, 2024
1 parent 795db19 commit 6a13590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 6a13590

Please sign in to comment.