【command | ctrl + . 】折叠/展开选中代码
【command | ctrl + '-/+'】可以折叠项目中的任何代码块,它不是选中折叠是自动识别折叠。
【command | ctrl+ shift + / 】块注释/**/
【command | ctrl+ b】跳转到变量声明处
【command | ctrl+ j】输出代码快捷模板
【command | ctrl + alt + T】添加包裹{}或者其他包裹注释等
【command | ctrl + F12】 可以显示当前文件的结构
【command | ctrl + alt + up/down】 上下移动
【command | ctrl + r】 替换
【command | ctrl + d】 行复制
【control + tab】切换选项卡
【command | ctrl + left /right】移动光标到代码行首/行尾
【alt + up/down】选中区域
【command + delete】删除
【shift + return 】在任意位置换行
【control + shift + j 】合并行(css)
【option + left/right】以单词为单位移动光标
【option + delete】 delete to word start
【option + fn + delete】 delete to word end
http://wiki.jikexueyuan.com/project/intellij-idea-tutorial/keymap-mac-introduce.html