Make adjacenttab true in default
Click with Ctrl key opens a tab adjacently.
This commit is contained in:
parent
50048141cb
commit
daefddf8b8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const types = {
|
||||||
const defaults = {
|
const defaults = {
|
||||||
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
||||||
smoothscroll: false,
|
smoothscroll: false,
|
||||||
adjacenttab: false,
|
adjacenttab: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
export { types, defaults };
|
export { types, defaults };
|
||||||
|
|
Reference in a new issue