Skip to content

Commit

Permalink
Merge pull request #55492 from V-ed/start-word-removal
Browse files Browse the repository at this point in the history
Remove confusing Start from wordPartLeft commands ID : #53497
  • Loading branch information
alexdima authored Aug 2, 2018
2 parents c09911a + 53ce6d6 commit c7b4951
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class CursorWordPartLeft extends WordPartLeftCommand {
super({
inSelectionMode: false,
wordNavigationType: WordNavigationType.WordStart,
id: 'cursorWordPartStartLeft',
id: 'cursorWordPartLeft',
precondition: null,
kbOpts: {
kbExpr: EditorContextKeys.textInputFocus,
Expand All @@ -95,7 +95,7 @@ export class CursorWordPartLeftSelect extends WordPartLeftCommand {
super({
inSelectionMode: true,
wordNavigationType: WordNavigationType.WordStart,
id: 'cursorWordPartStartLeftSelect',
id: 'cursorWordPartLeftSelect',
precondition: null,
kbOpts: {
kbExpr: EditorContextKeys.textInputFocus,
Expand Down

0 comments on commit c7b4951

Please sign in to comment.