aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bind.expect.out
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-01-14 21:46:53 -0800
committerGravatar Kurtis Rader <krader@skepticism.us>2016-01-17 17:45:30 -0800
commit4b9fece9f48615f2e8068054c60763e844415a7c (patch)
tree794abe80d918138297592c13054c75a4dcb4db20 /tests/bind.expect.out
parent6969cfab3dc20de9f757b94b8832b504ed1fdd40 (diff)
allow configuring the escape delay timeout
Introduce a "fish_escape_delay_ms" variable to allow the user to configure the delay used when seeing a bare escape before assuming no other characters will be received that might match a bound character sequence. This is primarily useful for vi mode so that a bare escape character (i.e., keystroke) can switch to vi "insert" to "normal" mode in a timely fashion.
Diffstat (limited to 'tests/bind.expect.out')
-rw-r--r--tests/bind.expect.out12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/bind.expect.out b/tests/bind.expect.out
index f82eec23..f4682d2c 100644
--- a/tests/bind.expect.out
+++ b/tests/bind.expect.out
@@ -1,4 +1,8 @@
-vi replace line success
-vi transpose words success
-vi mode replace success
-emacs success
+vi replace line: default escape timeout
+vi transpose words: default escape timeout
+vi mode replace: default escape timeout
+vi replace line: shortened escape timeout
+vi normal mode: shortened escape timeout
+emacs transpose words: no escape delay
+emacs transpose words: short escape delay
+emacs transpose words: long escape delay