Skip to content

Commit

Permalink
Reset ttimeout (waits for key codes forever)
Browse files Browse the repository at this point in the history
  • Loading branch information
kien committed Jun 28, 2013
1 parent 53f3b2b commit 8903fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoload/ctrlp.vim
Expand Up @@ -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>', {
Expand Down

0 comments on commit 8903fe5

Please sign in to comment.