Hi guys,
I’ll appreciate your advice concerning the next key bindings I have tried:
{ "keys": ["shift", "end"],"command": "expand_selection","args": {"to": "eol", "extend": true} }
and
{ "keys": ["shift", "end"], "command": "move", "args": {"by": "chars", "forward": true, "count": -1} }
On both I was trying to select all characters from cursor to the end of the line.
But it goes to the end of the file.
Along I’ll be happy to know how to select until the beginning of the line.
Working on macos 14.
Thx!