diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-25 21:55:22 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-25 22:16:49 +0900 |
commit | a2ee6897bfbb95a0cca50ab11042aaf94c5de77c (patch) | |
tree | 017b6b35221005aea33beb5077061fdb32e92160 /src/shared/Settings.ts | |
parent | ccbe08cf66e16084c919f0b2fa2da81258c01d41 (diff) |
Add repeat.last operation to default settings
Diffstat (limited to 'src/shared/Settings.ts')
-rw-r--r-- | src/shared/Settings.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Settings.ts b/src/shared/Settings.ts index c1b5a51..e1e2046 100644 --- a/src/shared/Settings.ts +++ b/src/shared/Settings.ts @@ -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: { |