mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
Fixed ttimeout documentation. (#14600)
ttimeout is a boolean. The correct command for this line is ":set ttimeoutlen=9999"
This commit is contained in:
parent
713eaaed06
commit
de96626ad4
@ -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>.
|
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
|
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>.
|
Nvim will wait for the next character to arrive after an <Esc>.
|
||||||
|
|
||||||
*'timeoutlen'* *'tm'*
|
*'timeoutlen'* *'tm'*
|
||||||
|
Loading…
Reference in New Issue
Block a user