aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/intro.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-05-13 21:33:22 +0200
committerGitHub <noreply@github.com>2023-05-13 21:33:22 +0200
commit08991b078267e5de0a19a136d00d4f71ad651a32 (patch)
treedb27a8ff42290280c6d5dcf703d003a3cbbf5746 /runtime/doc/intro.txt
parent1f33b2b1e873a9c39a1abeb446d7889e0bfb2557 (diff)
downloadrneovim-08991b078267e5de0a19a136d00d4f71ad651a32.tar.gz
rneovim-08991b078267e5de0a19a136d00d4f71ad651a32.tar.bz2
rneovim-08991b078267e5de0a19a136d00d4f71ad651a32.zip
docs: small fixes
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: HiPhish <hiphish@posteo.de> Co-authored-by: Julio B <julio.bacel@gmail.com> Co-authored-by: T727 <74924917+T-727@users.noreply.github.com> Co-authored-by: camoz <camoz@users.noreply.github.com> Co-authored-by: champignoom <66909116+champignoom@users.noreply.github.com>
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r--runtime/doc/intro.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index 685c953718..15fe3838b7 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -385,7 +385,7 @@ Note:
combinations actually work depends on the UI or host terminal.
- When a key is pressed using a meta or alt modifier and no mapping exists for
that keypress, Nvim may behave as though <Esc> was pressed before the key.
-- It is possible to notate combined modifiers (e.g. <C-A-T> for CTRL-ALT-T),
+- It is possible to notate combined modifiers (e.g. <M-C-T> for CTRL-ALT-T),
but your terminal must encode the input for that to work. |tui-input|
*<>*