mirror of https://github.com/helix-editor/helix
Add migrate from Vim wiki link (#2781)
parent
402f285ba5
commit
11dadab371
|
@ -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
|
action itself (delete, change, yank, etc) comes second. A cursor is simply a
|
||||||
single width selection.
|
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
|
> TODO: Mention textobjects, surround, registers
|
||||||
|
|
Loading…
Reference in New Issue