Is there option to expand selection to sub word? I have been using { "keys": ["ctrl+t"], "command": "expand_selection", "args": {"to": "word"}
, but when I change word
to subword
or sub_word
nothing is happening.
Expand Selection to Subword
IGRACH
#1
0 Likes
jfcherng
#2
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
0 Likes
Lozminda
#4
Er do you mean something like this ?
{ "keys": ["alt+shift+left"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} },
Here I’m using a different keybinding, in fact it’s the default one…
0 Likes