aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/settings/default.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js
index a435099..55dbc3a 100644
--- a/src/shared/settings/default.js
+++ b/src/shared/settings/default.js
@@ -40,7 +40,7 @@ export default {
"zi": { "type": "zoom.in" },
"zo": { "type": "zoom.out" },
"zz": { "type": "zoom.neutral" },
- "f": { "type": "follow.start", "newTab": false, "background": false },
+ "f": { "type": "follow.start", "newTab": false },
"F": { "type": "follow.start", "newTab": true, "background": false },
"H": { "type": "navigate.history.prev" },
"L": { "type": "navigate.history.next" },
@@ -70,6 +70,11 @@ export default {
}
},
"properties": {
- }
+ "hintchars": "abcdefghijklmnopqrstuvwxyz",
+ "smoothscroll": false,
+ "adjacenttab": true
+ },
+ "blacklist": [
+ ]
}`,
};