Mention autoinfo for normal mode in TRAMPOLINE

This commit is contained in:
Maxim Baz 2018-07-10 00:55:42 +02:00 committed by GitHub
parent 2659912220
commit 8a95586b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ This walk-through is an introduction to Kakoune's basic editing capabilities
to help new users transition over easily from another editor, or simply to help new users transition over easily from another editor, or simply
learn how to write and edit documents with style. learn how to write and edit documents with style.
During the learning period it is useful to activate an automatically displayed
contextual help for commands in normal mode: `:set -add global autoinfo normal`
In the first section, you will learn about the primitives of the editing In the first section, you will learn about the primitives of the editing
language to be able to get to a level of knowledge of the editor that language to be able to get to a level of knowledge of the editor that
guarantees that you can work with it efficiently. guarantees that you can work with it efficiently.