diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-20 08:12:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 15:12:59 +0800 |
commit | b62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch) | |
tree | 8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /runtime/doc/intro.txt | |
parent | 8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff) | |
download | rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2 rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip |
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 6bf6850ccf..11ba1b408c 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -382,7 +382,7 @@ Note: - If numlock is on the |TUI| receives plain ASCII values, so mapping <k0>, <k1>, ..., <k9> and <kPoint> will not work. - Nvim supports mapping multibyte chars with modifiers such as `<M-รค>`. Which - combinations actually work depends on the the UI or host terminal. + 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), |