diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2020-06-10 12:32:06 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2020-06-10 12:32:06 +0300 |
| commit | ad122aec4e8e7361eea6de7f85ab80fe5eae5288 (patch) | |
| tree | 70e13f2f09fff65814b5496b56618fcdb850e68a | |
| parent | 55383afb4d783c619318b01485699590e60d3ea1 (diff) | |
doc faq: Mention "readline shortcuts" in prompts
| -rw-r--r-- | doc/pages/faq.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pages/faq.asciidoc b/doc/pages/faq.asciidoc index 73763876..c1a2f6bf 100644 --- a/doc/pages/faq.asciidoc +++ b/doc/pages/faq.asciidoc @@ -207,6 +207,9 @@ However, you can easily declare key mappings in your configuration file to be able to use those control-based shortcuts in insert mode. (See <<mapping#,`:doc mapping`>>) +Also note that a subset of "readline shortcuts" is implemented for command +prompts. + === Can I disable auto-indentation completely ? All the indentation hooks are conventionally named `<lang>-indent`, which |
