0
点赞
收藏
分享

微信扫一扫

sublime text快捷键MyEclipse风格

三千筱夜 2023-04-12 阅读 71


[
 	{ "keys": ["ctrl+d"], "command": "cut" },
 	{ "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } },
 	{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },
 	{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
 	{ "keys": ["ctrl+shift+x"], "command": "upper_case" },
 	{ "keys": ["ctrl+shift+y"], "command": "lower_case" },
 	{ "keys": ["alt+up"], "command": "swap_line_up" },
 	{ "keys": ["alt+down"], "command": "swap_line_down" },
 	{ "keys": ["ctrl+o"], "command": "prompt_open_file" }
]


举报

相关推荐

0 条评论