Home End Shift 按键配置
[
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false}},
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true}},
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} }
]
本文详细介绍了如何配置Home和End按键以及结合Shift键的功能,实现快速定位到文本的开始和结束位置,提高编辑效率。
1829

被折叠的 条评论
为什么被折叠?



