Sublime Forum

How to go to end of line on mac

#1

Command + right arrow used to work on my old mac, now I got M1 mac.

I want to go to eol for all lines:

Bill_Apple;;Denver_CO
Colin_James;;Fulton_CA
Franklin_Rose;;Seattle_WA

what I added:

[
{ “keys”: [“command+left”], “command”: “move_to”, “args”: {“to”: “hardbol”, “extend”: false} },
{ “keys”: [“command+right”], “command”: “move_to”, “args”: {“to”: “hardeol”, “extend”: false} }
]

log:

command: drag_select {“event”: {“button”: 1, “x”: 398.1328125, “y”: 37.734375}}
command: select_lines {“forward”: true}
command: select_lines {“forward”: true}
command: move_to {“extend”: false, “to”: “hardeol”}

It cannot ignore the spaces/tabs of each line.

0 Likes