diff options
Diffstat (limited to 'src/shared/settings/properties.js')
-rw-r--r-- | src/shared/settings/properties.js | 3 |
1 files changed, 0 insertions, 3 deletions
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', }; |