[FEATURE]: Keybind hints #6307

Open
opened 2026-02-16 18:02:54 -05:00 by yindo · 0 comments
Owner

Originally created by @NathanFlurry on GitHub (Jan 15, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

which-key helps learn keybinds quickly in nvim without having to manually read docs. Adding the same functionality to OpenCode makes it significantly easier to learn & remember keybinds.

Behavior:

  • Show keybind tips after ~200 ms
  • Multi-key keybinds
    • For example for <leader>ab and <leader>ac: if you press <leader>, it'll show a -> +2 keybinds
  • Shows current keybind sequence at the bottom of the screen
  • Must remap some keys to unicode characters (e.g. left, escape, etc)

Related: https://github.com/anomalyco/opencode/issues/3886, however this was likely replaced by the commands dialogue which shows shortcuts for common commands.

Originally created by @NathanFlurry on GitHub (Jan 15, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request [which-key](https://github.com/folke/which-key.nvim) helps learn keybinds quickly in nvim without having to manually read docs. Adding the same functionality to OpenCode makes it significantly easier to learn & remember keybinds. Behavior: - Show keybind tips after ~200 ms - Multi-key keybinds - For example for `<leader>ab` and `<leader>ac`: if you press `<leader>`, it'll show `a -> +2 keybinds` - Shows current keybind sequence at the bottom of the screen - Must remap some keys to unicode characters (e.g. `left`, `escape`, etc) Related: https://github.com/anomalyco/opencode/issues/3886, however this was likely replaced by the commands dialogue which shows shortcuts for common commands.
yindo added the opentuidiscussion labels 2026-02-16 18:02:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6307