diff options
author | Thiago Mota Martins <thiagomota510@gmail.com> | 2021-05-20 19:39:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 18:39:41 -0400 |
commit | de96626ad4594414397845d77623a597b170ef24 (patch) | |
tree | 87f1d3a74bc0f993e58311780b28b849e1b41e4e | |
parent | 713eaaed064dd5981d41001c11e970108b8fddbf (diff) | |
download | rneovim-de96626ad4594414397845d77623a597b170ef24.tar.gz rneovim-de96626ad4594414397845d77623a597b170ef24.tar.bz2 rneovim-de96626ad4594414397845d77623a597b170ef24.zip |
Fixed ttimeout documentation. (#14600)
ttimeout is a boolean. The correct command for this line is ":set ttimeoutlen=9999"
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4a8f56da9a..fd7af55e87 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6442,7 +6442,7 @@ A jump table for the options with a short description can be found at |Q_op|. a single <Esc> is assumed. Many TUI cursor key codes start with <Esc>. On very slow systems this may fail, causing cursor keys not to work - sometimes. If you discover this problem you can ":set ttimeout=9999". + sometimes. If you discover this problem you can ":set ttimeoutlen=9999". Nvim will wait for the next character to arrive after an <Esc>. *'timeoutlen'* *'tm'* |