[
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["super+l"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{
"keys": ["ctrl+l"],
"command": "move",
"args": {
"by": "characters",
"forward": true
}
},
{
"keys": ["ctrl+h"],
"command": "move",
"args": {
"by": "characters",
"forward": false
}
},
{
"keys": ["ctrl+k"],
"command": "move",
"args": {
"by": "lines",
"forward": false
}
},
{
"keys": ["ctrl+j"],
"command": "move",
"args": {
"by": "lines",
"forward": true
}
},
//移动光标到行首或行末
{
"keys": ["super+ctrl+h"],
"command": "move_to",
"args": {
"to": "bol",
"extend": false
}
}, {
"keys": ["super+ctrl+l"],
"command": "move_to",
"args": {
"to": "eol",
"extend": false
}
},
{ "keys": ["ctrl+alt+h"], "command": "move", "args": {"by": "subwords", "forward": false} },//向前移动一个单词
{ "keys": ["ctrl+alt+l"], "command": "move", "args": {"by": "subword_ends", "forward": true} },//向前移动一个单词
{ "keys": ["super+1"], "command": "toggle_side_bar" },
{ "keys": ["super+shift+("], "command": "next_view" }, // 下一个标签
{ "keys": ["super+shift+)"], "command": "prev_view" }, // 上一个标签
{ "keys": ["super+shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
{ "keys": ["alt+d"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["alt+w"], "command": "toggle_comment" },
{ "keys": ["ctrl+d"], "command": "find_under_expand" },
{ "keys": ["super+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["ctrl+super+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+super+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+n"], "command": "delete", "args": { "forward": true, "characters": true } },
{ "keys": ["super+shift+space"], "command": "build" },
{ "keys": ["super+k"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },//显示每个文件所有方法、变量等
]```
Sublime个人快捷键自定义
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- sublime 原生快捷键 —— 不常用但很有用的那些快捷键 sublime 原生快捷键 注意:如果是 mac 中...
- sublime text3 小键盘各数字键对应名称列表 keypad0 keypad1 keypad2 keypa...