Skip to content

Commit

Permalink
Merge pull request #1709 from Chillee/1403
Browse files Browse the repository at this point in the history
Fixes #1403: VisualBlock doesn't respect keybindings.
  • Loading branch information
xconverge authored May 18, 2017
2 parents 8a4d89b + 85d1600 commit 77b9efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mode/remapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class OtherModesRemapper extends Remapper {
constructor(recursive: boolean) {
super(
"otherModesKeyBindings" + (recursive ? "" : "NonRecursive"),
[ModeName.Normal, ModeName.Visual, ModeName.VisualLine],
[ModeName.Normal, ModeName.Visual, ModeName.VisualLine, ModeName.VisualBlock],
recursive
);
}
Expand Down

0 comments on commit 77b9efe

Please sign in to comment.