Open rebornix opened 6 years ago
From @alexandrudima on October 2, 2017 7:25
@adison I cannot reproduce, word navigation works as expected for me.
Please check:
alt+arrow
keys still bound to word navigation? (you can disable extensions or search for "alt+leftarrow"
in the keybindings UI at cmd+k cmd+s
)editor.wordSeparators
From @adison on October 2, 2017 7:38
I have disabled all extensions before make this clip, what I mentioned is below, while using alt+shift+left/right, it move letter by letter. http://www.giphy.com/gifs/xT9IgxgK5tQmbIFLzO
No idea if I made changes to editor.wordSeparators, I think no though, and it is "editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
From @alexandrudima on October 2, 2017 7:55
@adison Can you please check your keybindings for shift+alt+right
:
cmd+k cmd+s
shift+alt+right
Check that it is bound only to this command:
From @adison on October 2, 2017 7:59
There are two items.. What should I do? and it seems a default binding, isn't it?
From @adison on October 2, 2017 8:10
@alexandrudima Hi, I just map the cursorColumnSelectRight to control+shift+right, and so on cursorColumnSelectLeft, it works fine now. And I would suggest put this setting to default setting, I have no idea what is cursorColumnSelectLeft yet, but I do need select and move by word by alt+shift+left/right, just as other application, kind of sublime text and many others.
I will leave this for you to close or what you want, sort of leaving it to remind those came with same problem. Thanks for your help.
From @alexandrudima on October 2, 2017 10:5
@adison based on your screenshot, it appears an extension defines alt+shift+left/right
to be column selection instead of word selection.
Specifically, I believe the vs-keybindings
would do that.
In your initial report, you have the following incorrect statement:
Reproduces without extensions: Yes
From @rebornix on November 16, 2017 23:6
From @adison on September 30, 2017 6:57
Steps to Reproduce:
Reproduces without extensions: Yes
Without this feature, it's hard to delete multiple words efficiently.
Copied from original issue: Microsoft/vscode#35412
Copied from original issue: rebornix/vscode-vs-keybindings#25