Skip to content

Commit c7b4951

Browse files
authored
Merge pull request microsoft#55492 from V-ed/start-word-removal
Remove confusing Start from wordPartLeft commands ID : microsoft#53497
2 parents c09911a + 53ce6d6 commit c7b4951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/editor/contrib/wordPartOperations/wordPartOperations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class CursorWordPartLeft extends WordPartLeftCommand {
7979
super({
8080
inSelectionMode: false,
8181
wordNavigationType: WordNavigationType.WordStart,
82-
id: 'cursorWordPartStartLeft',
82+
id: 'cursorWordPartLeft',
8383
precondition: null,
8484
kbOpts: {
8585
kbExpr: EditorContextKeys.textInputFocus,
@@ -95,7 +95,7 @@ export class CursorWordPartLeftSelect extends WordPartLeftCommand {
9595
super({
9696
inSelectionMode: true,
9797
wordNavigationType: WordNavigationType.WordStart,
98-
id: 'cursorWordPartStartLeftSelect',
98+
id: 'cursorWordPartLeftSelect',
9999
precondition: null,
100100
kbOpts: {
101101
kbExpr: EditorContextKeys.textInputFocus,

0 commit comments

Comments
 (0)