Created
November 16, 2010 04:32
-
-
Save liwh/701422 to your computer and use it in GitHub Desktop.
textmate快捷键
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
自动补全 : esc | |
查找项目文件:command+t | |
查找文件内符号:shift+command+t | |
跳到某行:command+l | |
选择:shift+方向键 | |
向后缩进:option+tab | |
向前缩进:shift+option+tab | |
reformat 所选:option+command+[ | |
大写所选:control+u | |
小写所选:control+shift+u | |
查找:command+f | |
查找下一个:command+g | |
show TODO list :control+shift+t | |
计算数学公式:control+shift+c | |
统计字数:control+shift+n | |
注释与取消:command+/ | |
删除行:command+shift+k | |
执行shell:control + \ (rails bundle) | |
html: | |
很强的补全: | |
h1+tab | |
body+tab | |
doctype+tab | |
产生闭合标签:control+shift+,+< | |
wrap selected text:control+shift+w | |
entity url escape : command+& | |
w3c验证(联网):control+shift+v | |
css: | |
颜色选择器:shift+command+c | |
textmate: | |
create html from document ,会保留高亮转换成html格式,厉害 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
show TODO list :control+shift+t
计算数学公式:control+shift+c
统计字数:control+shift+n
颜色选择器:shift+command+c
这几个一直不知道,谢谢你的gist