Complete set commands

This commit is contained in:
Shin'ya Ueoka 2018-07-11 21:58:41 +09:00
parent a28f6f916d
commit 1e39fed618
2 changed files with 44 additions and 1 deletions

View file

@ -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 };