Replies: 1 comment 1 reply
-
The command mode ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I came across Helix recently, and it seems pretty nice. I have a very neutral opinion on Vi, and the 4 commands I can remember make it useful in a pinch, but not something I'd use everyday. Helix on the other hand I was able to get working with clangd in minutes, and I felt halfway dangerous even without really knowing the keys or commands... Which then became the problem, discovering keys or commands meant repeatedly re-opening the website and searching. The command mode almost fills in this gap, but I feel there is a missed opportunity regarding the autocomplete navigation and such.
For example, I could type
:op
and see there are a bunch of open commands, but I couldn't figure out how to open the file picker seen in the video on the website. I probably would have discovered the space mode sooner if I'd read the docs front to back, but I didn't notice it until a week later on my 15th trip back to the website. >_> I had a similar experience trying to figure out how to enable word wrapping, or just finding keys to do certain actions. It seems like there should be a keymap reference within Helix, but it seems not?As a concrete list of examples, it would be great if:
:open
, and told me it's bound to f:open
would say something likeusage: open filename
, instead ofinvalid argument count
set soft-wrap.enable true
suggestion showed up if I typed:wrap
:cap
could suggest the capitalize command and tell me it's bound to~
I suspect with some changes like this to make the features more discoverable, I could have felt productive enough in Helix after a couple days. Otherwise, as a modal text novice I still feel slow a week later, and still need to leave Helix and open the website every time I have a question.
Beta Was this translation helpful? Give feedback.
All reactions