From 6c6dc23f97f485fede0b8d91c06c37490f890320 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 13 Oct 2018 22:27:58 +0900 Subject: Remove adjacenttab --- src/shared/settings/default.js | 1 - src/shared/settings/properties.js | 3 --- 2 files changed, 4 deletions(-) (limited to 'src/shared') diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js index 9ba2d64..4163064 100644 --- a/src/shared/settings/default.js +++ b/src/shared/settings/default.js @@ -74,7 +74,6 @@ export default { "properties": { "hintchars": "abcdefghijklmnopqrstuvwxyz", "smoothscroll": false, - "adjacenttab": true, "complete": "sbh" }, "blacklist": [ diff --git a/src/shared/settings/properties.js b/src/shared/settings/properties.js index 284de6c..96f10ac 100644 --- a/src/shared/settings/properties.js +++ b/src/shared/settings/properties.js @@ -5,7 +5,6 @@ const types = { hintchars: 'string', smoothscroll: 'boolean', - adjacenttab: 'boolean', complete: 'string', }; @@ -13,14 +12,12 @@ const types = { const defaults = { hintchars: 'abcdefghijklmnopqrstuvwxyz', smoothscroll: false, - adjacenttab: true, complete: 'sbn', }; const docs = { hintchars: 'hint characters on follow mode', smoothscroll: 'smooth scroll', - adjacenttab: 'open adjacent tabs', complete: 'which are completed at the open page', }; -- cgit v1.2.3