aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/SettingData.ts1
-rw-r--r--src/shared/Settings.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/SettingData.ts b/src/shared/SettingData.ts
index 05e21fa..1c085cf 100644
--- a/src/shared/SettingData.ts
+++ b/src/shared/SettingData.ts
@@ -390,6 +390,7 @@ export const DefaultSettingData: SettingData = SettingData.valueOf({
"/": { "type": "find.start" },
"n": { "type": "find.next" },
"N": { "type": "find.prev" },
+ ".": { "type": "repeat.last" },
"<S-Esc>": { "type": "addon.toggle.enabled" }
},
"search": {
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: {