Skip to content

Instantly share code, notes, and snippets.

@Xuhao
Forked from liwh/gist:701422
Created August 29, 2011 02:36
Show Gist options
  • Save Xuhao/1177651 to your computer and use it in GitHub Desktop.
Save Xuhao/1177651 to your computer and use it in GitHub Desktop.
textmate快捷键
自动补全 : 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格式,厉害
@byr-gdp
Copy link

byr-gdp commented Apr 28, 2016

Good Job 👍

@fengt
Copy link

fengt commented Nov 24, 2016

cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment