Add repeat.last operation to default settings
This commit is contained in:
parent
ccbe08cf66
commit
a2ee6897bf
3 changed files with 3 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Reference in a new issue