diff --git a/book/src/from-vim.md b/book/src/from-vim.md index ed6155d3..54f8d3b1 100644 --- a/book/src/from-vim.md +++ b/book/src/from-vim.md @@ -7,6 +7,6 @@ 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). +See also Kakoune's [Migrating from Vim](https://github.com/mawww/kakoune/wiki/Migrating-from-Vim) and Helix's [Migrating from Vim](https://github.com/helix-editor/helix/wiki/Migrating-from-Vim). > TODO: Mention textobjects, surround, registers