1
0
Fork 0

less pause for matching parens (helps when copy & pasting code into the shell)

This commit is contained in:
Jan Steemann 2015-09-14 17:44:29 +02:00
parent 75ccd7e2cc
commit a3f7002a41
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ bool ReadlineShell::open (bool autoComplete) {
// rl_variable_bind("horizontal-scroll-mode", "1");
// show matching parentheses
rl_set_paren_blink_timeout(1 * 1000 * 1000);
rl_set_paren_blink_timeout(300 * 1000);
rl_variable_bind("blink-matching-paren", "1");
// show selection list when completion is ambiguous. not setting this