Fixed ttimeout documentation. (#14600)

ttimeout is a boolean. The correct command for this line is ":set ttimeoutlen=9999"
This commit is contained in:
Thiago Mota Martins 2021-05-20 19:39:41 -03:00 committed by GitHub
parent 713eaaed06
commit de96626ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'*