Is there a setting to view possible (follow-up) actions when pressing a key? #19775
Replies: 1 comment
-
After some digging, I found an issue for this: #10910. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, with Vim mode enabled, you can follow up
g
with another key-press to perform an action, e.g. go to definition. Helix (and Vim, when using vim-which-key) brings up a panel listing the possible keys you can press and what actions they trigger.This made the key-bindings eminently learnable. After memorizing a handful of "initiator" keys, such as
g
andspace
, I never had to look up Helix's documentation. I learned everything naturally over the course of using the editor.Does Zed come with a setting to enable this? If not, is it on the roadmap? I'd be happy to take a crack at it.
Beta Was this translation helpful? Give feedback.
All reactions