aboutsummaryrefslogtreecommitdiff
path: root/book/src/from-vim.md
blob: ed6155d327bc6e810de9c330ed34e649abd846e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.

See also Kakoune's [Migrating from Vim](https://github.com/mawww/kakoune/wiki/Migrating-from-Vim).

> TODO: Mention textobjects, surround, registers