mirror of https://github.com/helix-editor/helix
Add docs for registers, multi key remaps (#557)
parent
fdd6530df7
commit
b59b248561
@ -0,0 +1,10 @@
|
||||
# Migrating from Vim
|
||||
|
||||
Helix's editing model is strongly inspired from vim and kakoune, and a notable
|
||||
difference from vim (and the most striking similarity to kakoune) is that Helix
|
||||
follows the `selection → action` model. This means that the whatever you are
|
||||
going to act on (a word, a paragraph, a line, etc) is selected first and the
|
||||
action itself (delete, change, yank, etc) comes second. A cursor is simply a
|
||||
single width selection.
|
||||
|
||||
> TODO: Mention texobjects, surround, registers
|
Loading…
Reference in New Issue