windows (c:ctrl s:shift a:alt)

————- Git —————

  • c+s+k:push(VCS:push)
  • c+a+p:pull(VCS:pull)
  • c+a+c:commit(VCS:commit)
  • c+a+k:commit + push(VCS:commit and push)

    ————- Edit —————

  • c+d: delete line

  • c+k: 找到下一个选中的word(next Occurrence of th word at caret)
  • c+j: 回到上一个选中的word (find previous)
  • c+a+↓: 重复当前行(duplicate entire lines)
  • a+↓: 当前行下移(move line down)
  • a+↑: 当前行上移(move line up)
  • a+y: 选中相同(add selection for next occurrence)
  • a+s+y: 取消选中当前(unselect occurrence)
  • c+s+y: 选中当前文件所有相同(select all occurrence)
  • c+”+”: 打开所有代码(expand all)
  • c+”-“: 折叠所有代码(collapse all)
  • c+s+f:格式化
  • c+s+x: 大小写转换(toggle case)
  • c+s+c,c+/,c+s+/: 注释(comment with line coment)
  • c+a+t: 选中代码 try/。。。(surround with)
  • c+s+b: 打断点(mute breadpoints)
  • a+insert: 生成。。。+ 新建。。。(generate… + new…)
  • c+h: 全局搜索(find in path)
  • c+a+h: 全局替换(relace in path)

    ————- File —————

  • c+w: 关闭当前页(main mune-window-eidtor tabs-close)

  • c+s+w: 关闭当前页(main mune-window-eidtor tabs-close all)
  • c+s+t: 查找类(go to class)
  • c+s+r: 查找所有文件(go to file)
  • c+l: 到代码xx行(go to line)
  • c+e: 最近打开的文件(recent file)
  • c+s+e:最近的修改(recent locations)
  • c+m: 窗口最大 (main mune-window-active tool window- hide all tool windows)
  • c+a+o: main menu-file-open recent
  • F2:重命名(rename)

    MAC (c:command s:shift a:alt)

————- Git —————

  • c+s+k:push(VCS:push)
  • c+a+p:pull(VCS:pull)
  • c+a+c:commit(VCS:commit)
  • c+a+k:commit + push(VCS:commit and push)

    ————- Edit —————

  • c+d: delete line

  • c+k: 找到下一个选中的word(next Occurrence of th word at caret)
  • c+j: 回到上一个选中的word (find previous)
  • c+a+↓: 重复当前行(duplicate entire lines)
  • a+↓: 当前行下移(move line down)
  • a+↑: 当前行上移(move line up)
  • ctrl+g: 选中相同(add selection for next occurrence)
  • ctrl+s+g: 取消选中当前(unselect occurrence)
  • ctrl+c+g: 选中当前文件所有相同(select all occurrence)
  • c+”+”: 打开所有代码(expand all)
  • c+”-“: 折叠所有代码(collapse all)
  • c+s+f:格式化
  • c+s+x: 大小写转换(toggle case)
  • c+s+c,c+/,ctrl+s+/: 注释(comment with line coment)
  • c+a+t: 选中代码 try/。。。(surround with)
  • c+s+b: 打断点(mute breadpoints)
  • c+n: 生成。。。+ 新建。。。(generate… + new…)
  • ctrl+h: 全局搜索(find in path)
  • ctrl+s+h: 全局替换(relace in path)

    ————- File —————

  • c+w: 关闭当前页(main mune-window-eidtor tabs-close)

  • c+s+w: 关闭当前页(main mune-window-eidtor tabs-close all)
  • c+s+t: 查找类(go to class)
  • c+s+r: 查找所有文件(go to file)
  • c+l: 到代码xx行(go to line)
  • c+e: 最近打开的文件(recent file)
  • c+s+e:最近的修改(recent locations)
  • c+m: 窗口最大 (main mune-window-active tool window- hide all tool windows)
  • c+a+o: main menu-file-open recent
  • c+r:重命名(rename)