简书链接:sublimetxt快捷键记录
文章字数:1,阅读全文大约需要1分钟

1
2
3
4
5
6
7
8
[
{ "keys": ["alt+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+u"], "command": "move_to", "args": { "to": "hardbol" } },
{ "keys": ["alt+o"], "command": "move_to", "args": { "to": "hardeol" } },
{ "keys": ["alt+'"], "command": "duplicate_line" },
{ "keys": ["alt+w"], "command": "join_lines" },

]