aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Casarin2010-09-23 00:24:05 -0400
committerBill Casarin2010-11-26 17:50:42 -0500
commit8f3661fb64efcc7ca9025e8ad636f7d1f37cf874 (patch)
tree4c754beb05648fdfe2ff1e0a973131b048e80db0
parent06d45da9eb4d8d9e4e8a01ac45d0b6c6fc7e57ca (diff)
downloadvimium-8f3661fb64efcc7ca9025e8ad636f7d1f37cf874.tar.bz2
changed default hint characters to numbers, nothing else makes sense in this mode
-rw-r--r--background_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html
index f4a40ffa..4ddc730f 100644
--- a/background_page.html
+++ b/background_page.html
@@ -25,7 +25,7 @@
var defaultSettings = {
scrollStepSize: 60,
defaultZoomLevel: 100,
- linkHintCharacters: "sadfjklewcmpgh",
+ linkHintCharacters: "123456789",
userDefinedLinkHintCss:
".vimiumHintMarker {\n\n}\n" +
".vimiumHintMarker > .matchingCharacter {\n\n}"