helix/runtime
Christian Fredrik Johnsen 1edf98262c fix(tutor): recommend `e` instead of `w` for selecting word
I was doing the tutorial to learn Helix, and it's more sensible to use
`e` than `w`.

If you're using `w`, you will need to add an extra space.
Example, assuming cursor is at |:

This sentence has incorrect words |behind it.

If you use `wc`, then you will get:
This sentence has incorrect words |it.

while `ec` will give you
This sentence has incorrect words | it.

Which enables you to drop removing and adding a space for no reason.
2025-05-24 10:29:46 -04:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries fix(highlights/ini): make consistency with toml (#13589) 2025-05-22 08:52:51 -05:00
themes Add matching cursor to nord theme (#13574) 2025-05-24 09:22:23 -05:00
tutor fix(tutor): recommend `e` instead of `w` for selecting word 2025-05-24 10:29:46 -04:00