Complete set commands
This commit is contained in:
parent
a28f6f916d
commit
1e39fed618
2 changed files with 44 additions and 1 deletions
|
@ -15,4 +15,10 @@ const defaults = {
|
|||
adjacenttab: true,
|
||||
};
|
||||
|
||||
export { types, defaults };
|
||||
const docs = {
|
||||
hintchars: 'Hint characters on follow mode',
|
||||
smoothscroll: 'smooth scroll',
|
||||
adjacenttab: 'open adjacent tabs',
|
||||
};
|
||||
|
||||
export { types, defaults, docs };
|
||||
|
|
Reference in a new issue