aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/intro.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-07-16 18:39:45 +0800
committerGitHub <noreply@github.com>2023-07-16 18:39:45 +0800
commit047c22a28cf1ed723791e714b2a5b7c6b4b0e1fc (patch)
treec78a5885592e00c0bfaa3b0ceea27fe667fca62e /runtime/doc/intro.txt
parent251ca45ac94851c896db0d27685622fb78a73b3e (diff)
downloadrneovim-047c22a28cf1ed723791e714b2a5b7c6b4b0e1fc.tar.gz
rneovim-047c22a28cf1ed723791e714b2a5b7c6b4b0e1fc.tar.bz2
rneovim-047c22a28cf1ed723791e714b2a5b7c6b4b0e1fc.zip
docs(term.txt): reorder paragraphs about TUI input (#24367)
Make |tui-modifyOtherKeys| and |tui-csiu| tags appear at a better place. Also adapt the |<Tab>| help update from https://github.com/vim/vim/commit/dad4473f02e1fec86d43a2fc094536a4b27d3b25
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r--runtime/doc/intro.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index ab380184fc..b496dc5240 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -372,6 +372,7 @@ notation meaning equivalent decimal value(s) ~
<C-…> control-key *control* *ctrl* *<C-*
<M-…> alt-key or meta-key *META* *ALT* *<M-*
<A-…> same as <M-…> *<A-*
+<T-…> meta-key when it's not alt *<T-*
<D-…> command-key or "super" key *<D-*
----------------------------------------------------------------------- ~