Preference - Keybindings - User 中添加下面的代码,就能使用alt+方向键,将光标移动到行首,行尾.
{ "keys": ["alt+left"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["alt+right"], "command": "move_to", "args": {"to": "eol", "extend": false} }
Preference - Keybindings - User 中添加下面的代码,就能使用alt+方向键,将光标移动到行首,行尾.
{ "keys": ["alt+left"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["alt+right"], "command": "move_to", "args": {"to": "eol", "extend": false} }