pragma mark-command系列
command + A 全选
command + B 编译
command + R 运行
command + F 当前文件查找
command + N 新建一个类文件
command + O 打开当前文件所在的系统目录
pragma mark-command+shift系列
command + shift + J 在最左侧项目导航中,定位当前类文件
command + shift + K 清除工程
command + shift + F 搜索导航器
command + shift + O 快速打开某个方法定义或者指定的代码文件
pragma mark-control系列
control + i 配合command+a 代码缩进,检查{}、[]、()的配对