mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
options: Default to 'ttimeout' and 'ttimeoutlen=50'
This gives libtermkey 50msec to reassemble split multibyte sequences like DCSes.
This commit is contained in:

committed by
James McCoy

parent
69f0847ccc
commit
e4dc878f89
@@ -2513,14 +2513,14 @@ return {
|
||||
vi_def=true,
|
||||
vim=true,
|
||||
varname='p_ttimeout',
|
||||
defaults={if_true={vi=false}}
|
||||
defaults={if_true={vi=true}}
|
||||
},
|
||||
{
|
||||
full_name='ttimeoutlen', abbreviation='ttm',
|
||||
type='number', scope={'global'},
|
||||
vi_def=true,
|
||||
varname='p_ttm',
|
||||
defaults={if_true={vi=-1}}
|
||||
defaults={if_true={vi=50}}
|
||||
},
|
||||
{
|
||||
full_name='ttyfast', abbreviation='tf',
|
||||
|
Reference in New Issue
Block a user