Reset ttimeout (waits for key codes forever)
This commit is contained in:
parent
53f3b2b0d7
commit
8903fe5e18
@ -104,7 +104,8 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] =
|
||||
" Global options
|
||||
let s:glbs = { 'magic': 1, 'to': 1, 'tm': 0, 'sb': 1, 'hls': 0, 'im': 0,
|
||||
\ 'report': 9999, 'sc': 0, 'ss': 0, 'siso': 0, 'mfd': 200, 'mouse': 'n',
|
||||
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1 }
|
||||
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1,
|
||||
\ 'ttimeout': 0 }
|
||||
|
||||
" Keymaps
|
||||
let [s:lcmap, s:prtmaps] = ['nn <buffer> <silent>', {
|
||||
|
Loading…
Reference in New Issue
Block a user