1.终端
- 全屏terminal:control+command+f
- 光标移动到行首:control+a
- 光标移动到行尾:control+e
- 光标以单词距离左移:option+左箭头
- 光标以单词距离右移:option+右箭头
- 复制一个空白终端:commond+t
- 多个终端间切换:command+数字键
- open命令直接打开某个文件或文件夹
2.idea(mac os X 10.5+)
- command+option+左右键:跳到上个/下个焦点
- command+shift+左右方括号:tab间左右切换
- control+左右键(关掉偏好设置 键盘 快捷键相应键):tab间左右切换
- command+option+L:format
- option+control+O:autoImport
- control+I:implements super method
- control+O:override super method
- command+N:生成代码
- command+control+u:查单词
- command+option+u:生成当前类依赖管理
- command+shift+F:find in path
- command+删除见键:删除一行
- command+option+shirft(或者option+shirft)+光标选定:选定多行进行操作
- command+shirft+[ 或者 ]:切换多个terminal
- f2:合并完代码有冲突时快速跳到有冲突的位置