From c5298caa752dee136ab1a21dae27a702a00d8eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sat, 23 Oct 2021 11:33:17 +0900 Subject: [PATCH] book: Add a link to tutor.txt --- book/src/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/src/usage.md b/book/src/usage.md index 9ee8634c6..2de8d01a9 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -2,6 +2,8 @@ (Currently not fully documented, see the [keymappings](./keymap.md) list for more.) +See [tutor.txt](https://github.com/helix-editor/helix/blob/master/runtime/tutor.txt) for a vimtutor-like introduction. + ## Registers Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with `"` being used to select a register: