top | item 44575764

(no title)

dman | 7 months ago

Its not very clear to me which of these Helix hasnt hit. To me it looks like Helix is very close to what you are looking for.

discuss

order

pavon|7 months ago

* VIM Keybindings: I have muscle memory of Vim.

Helix is strongly inspired by vim, but it is not attempting to be a drop-in replacement, and it is not possible to configure it to have the same behavior as vim with custom key-bindings because there are many things that work fundamentally differently between the two editors.

b0sk|7 months ago

FYI (for OP): check this fork out https://github.com/usagi-flow/evil-helix

varbhat|7 months ago

It's a soft fork trying to catch up with the main codebase. It feels like a second class citizen. Features introduced in Helix might not be intended for usage with vim keybindings anyway.

f_devd|7 months ago

Only extension system, but honestly I've never missed it in 3y of usage coming from nvim.

varbhat|7 months ago

vim keybinding. helix doesn't have vim keybindings. it might or might not be better but it isn't vim keybinding.

milliams|7 months ago

Its keybindings aren't identical to vim. They're very similar in many places, but are also different in quite common things like deleting lines etc. (dd vs xd)