xcode常用快捷键
Command + 0 显示或隐藏左边导航区
command + shift + y 底部调试栏显示或隐藏
Command + Shift + O 快速查找某文件
command + Shift +左右箭头 全选某一行
command +option +左右括号 上下移动
control-F: 向右一个字符(forward)
control-B: 向左一个字符(backward)
control-N: 后一行(next)
control-P: 前一行(previous)
control-A: 去行首
control-E: 到行尾(end)
control-T: 调换光标两边的字符(transpose)
control-D: 删除光标右侧字符(delete)
control-K: 删除本行剩余的字符(kill)
control +shift + 上下左右箭头 多选区域