From 8903fe5e186665259edc9e4b73ee32f2390ab337 Mon Sep 17 00:00:00 2001 From: Kien N Date: Fri, 28 Jun 2013 14:02:58 +0700 Subject: [PATCH] Reset ttimeout (waits for key codes forever) --- autoload/ctrlp.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index dd8ea0b..5695fbd 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -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 ', {