Add repeat.last operation to default settings

This commit is contained in:
Shin'ya Ueoka 2019-05-25 21:55:22 +09:00
parent ccbe08cf66
commit a2ee6897bf
3 changed files with 3 additions and 0 deletions

View file

@ -177,6 +177,7 @@ export const DefaultSetting: Settings = {
'/': { 'type': 'find.start' },
'n': { 'type': 'find.next' },
'N': { 'type': 'find.prev' },
'.': { 'type': 'repeat.last' },
'<S-Esc>': { 'type': 'addon.toggle.enabled' }
},
search: {