Custom & Eclipse shortcuts key bindings for Sublime Text 2

[

{ "keys": ["f12"], "command": "htmlprettify"},

{ "keys": ["f1"], "command": "fold" },

{ "keys": ["f2"], "command": "unfold" },

{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} },

{ "keys": ["ctrl+space"], "command": "auto_complete" },

{ "keys": ["ctrl+space"], "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": "Packages/Default/Delete Line.sublime-macro"} },

{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },

{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": true } },

{ "keys": ["ctrl+shift+f"], "command": "reindent" , "args": {"single_line": false}},

{ "keys": ["alt+up"], "command": "swap_line_up" },

{ "keys": ["alt+down"], "command": "swap_line_down" },

{ "keys": ["ctrl+alt+j"], "command": "join_lines" },

{ "keys": ["ctrl+alt+down"], "command": "duplicate_line" },

{ "keys": ["shift+ctrl+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },

{ "keys": ["ctrl+shift+s"], "command": "save_all" },

{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },

{ "keys": ["shift+ctrl+f4"], "command": "close_all" },

{ "keys": ["shift+ctrl+y"], "command": "lower_case" },

{ "keys": ["shift+ctrl+x"], "command": "upper_case" }

]

(from https://gist.github.com/thbkrkr/3194275)

Custom & Eclipse shortcuts key bindings for Sublime Text 2

时间: 2024-08-02 07:23:03

Custom & Eclipse shortcuts key bindings for Sublime Text 2的相关文章

sublime text 3快捷键设置

sublime text 3  v-3103默认快捷键设置 [ { "keys": ["ctrl+shift+n"], "command": "new_window" }, { "keys": ["ctrl+shift+w"], "command": "close_window" }, { "keys": ["ctrl

Custom Sublime Text Build Systems For Popular Tools And Languages

Sublime Text is currently the text editor of choice for a number of developers in the open-source community. It’s sophisticated, has powerful text selection and customization support and also includes a feature not used by many – its build system. In

打造属于自己的前端开发神器 -- 给Sublime Text加上Eclipse的光环

打造属于自己的前端开发神器 -- 给Sublime Text加上Eclipse的光环 2013-05-16 14:39:15 将Sublime Text打造成如Eclipse一般的前端开发IDE 1. 快捷键移植篇   从Java开始的梦, 到如痴如醉的Front End, 却始终摆脱不了Eclipse的束缚.   对于Javaer, Eclipse是非常不错的选择, 但对于单纯的前端而言, 是不是觉得略显笨重, 其中各种不想要的东西, 反正是诸多不爽, 曾用过Eclipse来做前端的人应该都有

Sublime Text加上Eclipse

打造属于自己的前端开发神器 -- 给Sublime Text加上Eclipse的光环 将Sublime Text打造成如Eclipse一般的前端开发IDE 1. 快捷键移植篇   从Java开始的梦, 到如痴如醉的Front End, 却始终摆脱不了Eclipse的束缚.   对于Javaer, Eclipse是非常不错的选择, 但对于单纯的前端而言, 是不是觉得略显笨重, 其中各种不想要的东西, 反正是诸多不爽, 曾用过Eclipse来做前端的人应该都有同感. 羡慕别人使用VIM时的酣畅淋漓,

sublime text : The emmet plugin doesn't work when tab key was pressed

Today, I switched my sublime text to version 3. And then I found that  the emmet plugin doesn't work when I press the tab key,  but it works by press "ctrl + e". So I went to github to see the readme file of the emmet-sublime plugin, and finally

Sublime Text 注册码 License Key

Sublime Text (3103版本可用) 注册码 License Key

Sublime Text Build 3065 License key

Sublime Text Build 3065 License key 复制如下三个任意一个正版注册码即可 —– BEGIN LICENSE —– Andrew Weber Single User License EA7E-855605 813A03DD 5E4AD9E6 6C0EEB94 BC99798F 942194A6 02396E98 E62C9979 4BB979FE 91424C9D A45400BF F6747D88 2FB88078 90F5CC94 1CDC92DC 84571

Sublime Text (3103版本可用) 注册码 License Key

虽然Sublime Text不用购买注册码也能使用,但是使用过程中偶尔会弹出让购买的小窗口也不是很爽.记录一些搜集的Sublime Text 3 注册码,方便以后使用.(以下注册码只适用于我等屌丝,土豪门请务必支持正版,到官网购买) 使用方法 打开Sublime Text 3的 “Help”–“Enter Licence”,然后根据版本选择输入下面的注册码. 注册码 1. Sublime Text 2.x 版本 —– BEGIN LICENSE —– Andrew Weber Single Us

sublime text 快捷键shortcuts

Sublime Text 3 Mac 指南本篇是根据kpman|Code 博客所写的,主要为方便自己忘记快捷键时可以快速查看,也希望对各位有一些些帮助. 快捷键 左边为文章中对快捷键缩写,右边为对应完成对键名.cmd=commandshift=shiftoption=optino(alt)control=controlpkg-ctrl=package control(command+shift+p) 基础模式 此部分为初学使用sublime常使用的快捷键,为比较常用的部分.1. cmd + o