fix(home): remove duplicate open_help keybind hint

This commit is contained in:
CJ van den Berg 2024-06-21 01:49:06 +02:00
parent deaad1e90a
commit 7810d96d23

View file

@ -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" },