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 = {
|
||||
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
||||
smoothscroll: false,
|
||||
adjacenttab: false,
|
||||
adjacenttab: true,
|
||||
};
|
||||
|
||||
export { types, defaults };
|
||||
|
|
Reference in a new issue