开发者

sublime Text - how to go to end of multiple lines when they have different length

After select all rows, I want to go to eol for all lines. It used to work with command + right arrow, but somehow it doesn't work with new mac. lines example:

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

What I had added to blindings

[
{ “开发者_运维技巧keys”: [“command+left”], “command”: “move_to”, “args”: {“to”: “hardbol”, “extend”: false} },
{ “keys”: [“command+right”], “command”: “move_to”, “args”: {“to”: “hardeol”, “extend”: false} }
]

logs

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”}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜