Use search settings on paster
This commit is contained in:
parent
8ae1311ef6
commit
27d0a7f37d
3 changed files with 11 additions and 9 deletions
|
@ -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' },
|
||||
|
|
Reference in a new issue