Skip to content

Commit 8903fe5

Browse files
committed
Reset ttimeout (waits for key codes forever)
1 parent 53f3b2b commit 8903fe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ let [s:pref, s:bpref, s:opts, s:new_opts, s:lc_opts] =
104104
" Global options
105105
let s:glbs = { 'magic': 1, 'to': 1, 'tm': 0, 'sb': 1, 'hls': 0, 'im': 0,
106106
\ 'report': 9999, 'sc': 0, 'ss': 0, 'siso': 0, 'mfd': 200, 'mouse': 'n',
107-
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1 }
107+
\ 'gcr': 'a:blinkon0', 'ic': 1, 'lmap': '', 'mousef': 0, 'imd': 1,
108+
\ 'ttimeout': 0 }
108109

109110
" Keymaps
110111
let [s:lcmap, s:prtmaps] = ['nn <buffer> <silent>', {

0 commit comments

Comments
 (0)