From de96626ad4594414397845d77623a597b170ef24 Mon Sep 17 00:00:00 2001 From: Thiago Mota Martins Date: Thu, 20 May 2021 19:39:41 -0300 Subject: Fixed ttimeout documentation. (#14600) ttimeout is a boolean. The correct command for this line is ":set ttimeoutlen=9999" --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 is assumed. Many TUI cursor key codes start with . 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 . *'timeoutlen'* *'tm'* -- cgit