Skip to content

Commit 0474ca3

Browse files
Remove references to enterNormalMode command.
1 parent 3019e38 commit 0474ca3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

background_scripts/commands.coffee

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ Commands =
166166
"enterVisualMode",
167167
"enterVisualLineMode",
168168
"passNextKey",
169-
"enterNormalMode",
170169
"focusInput",
171170
"LinkHints.activateMode",
172171
"LinkHints.activateModeToOpenInNewTab",
@@ -239,7 +238,6 @@ Commands =
239238
"closeOtherTabs",
240239
"enterVisualLineMode",
241240
"toggleViewSource",
242-
"enterNormalMode",
243241
"passNextKey"]
244242

245243
defaultKeyMappings =
@@ -356,7 +354,6 @@ commandDescriptions =
356354
passNextKey: ["Pass the next key to Chrome"]
357355
enterVisualMode: ["Enter visual mode", { noRepeat: true }]
358356
enterVisualLineMode: ["Enter visual line mode", { noRepeat: true }]
359-
enterNormalMode: ["Handle following key sequence in normal mode"]
360357

361358
focusInput: ["Focus the first text input on the page"]
362359

0 commit comments

Comments
 (0)