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”}
精彩评论