fix(home): remove duplicate open_help keybind hint
This commit is contained in:
parent
deaad1e90a
commit
7810d96d23
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ const hints = tui.KeybindHints.initComptime(.{
|
|||
.{ "jump_back", "A-left" },
|
||||
.{ "jump_forward", "A-right" },
|
||||
.{ "open_config", "c, F6" },
|
||||
.{ "open_help", "C-/, C-S-/" },
|
||||
.{ "open_help", "h, F1" },
|
||||
.{ "open_help", "h, F1, C-/, C-S-/" },
|
||||
.{ "quit", "q, C-q, C-w" },
|
||||
.{ "quit_without_saving", "C-S-q" },
|
||||
.{ "restart", "C-S-r" },
|
||||
|
|
Loading…
Add table
Reference in a new issue