aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2016-03-12 14:45:01 +0000
committerStephen Blott2016-03-28 05:44:54 +0100
commit9ca85dde948e1e4983f24c2cc6c7ba3d200bcc42 (patch)
tree30e6453865584987983d7ac9620215a12ff90bb8 /content_scripts
parent52ce015c04b22ae8c519fcd5b420788f8825c800 (diff)
downloadvimium-9ca85dde948e1e4983f24c2cc6c7ba3d200bcc42.tar.bz2
Global link hints; do not exit in Esc here.
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/link_hints.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index 36ab1c97..1a15ded9 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -699,7 +699,6 @@ class WaitForEnter extends Mode
super
name: "hint/wait-for-enter"
suppressAllKeyboardEvents: true
- exitOnEscape: true
indicator: "Hit <Enter> to proceed..."
@push