Use search settings on paster

This commit is contained in:
Shin'ya Ueoka 2019-05-07 20:50:19 +09:00
parent 8ae1311ef6
commit 27d0a7f37d
3 changed files with 11 additions and 9 deletions

View file

@ -117,7 +117,7 @@ export const valueOf = (o: any): Settings => {
return settings;
};
const DefaultSetting: Settings = {
export const DefaultSetting: Settings = {
keymaps: {
'0': { 'type': 'scroll.home' },
':': { 'type': 'command.show' },