Skip to content

Commit

Permalink
fix: closes #1472. insertModeKeyBindings apply to insert and replace …
Browse files Browse the repository at this point in the history
…mode
  • Loading branch information
jpoon committed Jun 19, 2018
1 parent 86d4140 commit b230831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/remapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class InsertModeRemapper extends Remapper {
constructor(recursive: boolean) {
super(
'insertModeKeyBindings' + (recursive ? '' : 'NonRecursive'),
[ModeName.Insert],
[ModeName.Insert, ModeName.Replace],
recursive
);
}
Expand Down

0 comments on commit b230831

Please sign in to comment.