diff options
author | Blaž Hrastnik | 2021-09-07 04:00:52 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-07 04:03:48 +0000 |
commit | 4cc562318a9987d58384fdb4e88e5a1f59f25a19 (patch) | |
tree | 7ff80089aedbc0767a7a86cf0108cbdebd0f3ca2 /book/src/from-vim.md | |
parent | 4ac29434cb99b517dba3752a287c0edfe8679e7e (diff) |
Improve docs, fix up a few highlight scopes
Diffstat (limited to 'book/src/from-vim.md')
-rw-r--r-- | book/src/from-vim.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/from-vim.md b/book/src/from-vim.md index 8e9bbac3..09f33386 100644 --- a/book/src/from-vim.md +++ b/book/src/from-vim.md @@ -7,4 +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). + > TODO: Mention texobjects, surround, registers |