sublime常用快捷键

简介: [ { "keys": ["alt+/"], "command": "auto_complete" }, { "keys": ["alt+/"], "command": "replace_completion_with_auto_complete", "context": [ { "key":...

sublime常用快捷键 - 落雨 - 落雨的小窗

 

[
{ "keys": ["alt+/"], "command": "auto_complete" },
{ "keys": ["alt+/"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false },
{ "key": "setting.tab_completion", "operator": "equal", "operand": true }
]
},
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
// HTML, XML close tag
{ "keys": ["/"], "command": "close_tag", "args": { "insert_slash": true }, "context":
[
{ "key": "selector", "operator": "equal", "operand": "(text.html, text.xml) - string - comment", "match_all": true },
{ "key": "preceding_text", "operator": "regex_match", "operand": ".*<$", "match_all": true },
{ "key": "setting.auto_close_tags" }
]
}
]

Ctrl + D 删除当前行

Alt + ↑ 上移一行代码

Alt + ↓ 下移一行代码



目录
相关文章
|
前端开发
Sublime Text 3 快捷键总结(拿走)
Sublime Text 3 快捷键总结(拿走)
|
机器学习/深度学习 移动开发 前端开发
Sublime Text3快捷键大全--正则表达式元字符-详细说明
Sublime Text3快捷键大全--正则表达式元字符-详细说明
585 0
|
SQL Web App开发 前端开发
|
前端开发
Sublime Text 3 快捷键总结(拿走)
以下是个人总结不完全的快捷键总汇,祝愿各位顺利解放自己的鼠标。
|
JavaScript Java PHP
sublime常用快捷键
sublime常用快捷键
214 0
sublime常用快捷键
sublime text 关闭其他窗口(close other tabs)快捷键
sublime text 关闭其他窗口(close other tabs)快捷键
sublime text 关闭其他窗口(close other tabs)快捷键
Sublime text 绑定运行快捷键
Sublime text 绑定SublimeREPL快捷键代码
Sublime text  绑定运行快捷键
Win软件 - Sublime 快捷键
Win软件 - Sublime 快捷键
167 0
Win软件 - Sublime 快捷键
|
前端开发
sublime text3 快捷键大全
sublime text3 快捷键大全
|
前端开发 JavaScript 程序员
几个实用的sublime text 2的快捷键
Sublime text 2是一款轻量、简洁、高效、跨平台的编辑器,他适合编写javascript,html,css,php,paython等等, 作为程序员,编码效率是非常重要的,快捷键能够帮助我们提高效率,下面是我推荐给大家的几个好用的快捷键: