windows Hotkeys

  1. Alt+R : 开启正则表达式功能
  2. Alt+Enter: 找到匹配目标后全部选择
  3. Ctrl+R:前往 methodmac下⌘R
  4. Ctrl+M:跳转到对应括号
  5. Ctrl+Shift+上下键,可替换行
  6. Ctrl+D:选择单词,重复可增加选择下一个相同的单词
  7. Ctrl+L:选择行,重复可依次增加选择下一行
  8. Ctrl+Shift+P:打开命令面板
  9. Ctrl+P:搜索项目中的文件(mac下⌘P),在里面输入:
  10. admi@auto 可以定位到相应文件夹(admin.html)下的相应方法(auto)。
  11. Ctrl+G:跳转到第几行
  12. Ctrl+W:关闭当前打开文件
  13. Ctrl+Shift+W:关闭所有打开文件
  14. Ctrl+Shift+V:粘贴并格式化
  15. Ctrl+Shift+L:选择多行
  16. Ctrl+Shift+Enter:在当前行前插入新行
  17. Ctrl+X:删除当前行
  18. Ctrl+U:软撤销,撤销光标位置
  19. Ctrl+J:选择标签内容
  20. Ctrl+F:查找内容
  21. Ctrl+Shift+F:查找并替换
  22. Ctrl+H:替换
  23. Ctrl+N:新建窗口
  24. Ctrl+K+B:开关侧栏
  25. Ctrl+Shift+M:选中当前括号内容,重复可选着括号本身
  26. Ctrl+F2:设置/删除标记
  27. Ctrl+/:注释当前行
  28. Ctrl+Shift+/:当前位置插入注释
  29. Ctrl+Alt+/:块注释,并Focus到首行,写注释说明用的
  30. Ctrl+Shift+A:选择当前标签前后,修改标签用的
  31. F11:全屏
  32. Shift+F11:全屏免打扰模式,只编辑当前文件
  33. Alt+F3:选择所有相同的词
  34. Alt+.:闭合标签
  35. Alt+Shift+数字:分屏显示
  36. Alt+数字:切换打开第N个文件
  37. Shift+右键拖动:光标多不,用来更改或插入列内容
  38. 鼠标的前进后退键可切换Tab文件
  39. Ctrl,依次点击或选取,可需要编辑的多个位置
  40. Ctrl+shift+D: 备份多个当前行
  41. Ctrl+shift+T: 恢复已经关闭的标签
  42. Editing
  43. Keypress Command
  44. Ctrl + X Delete line
  45. Ctrl + Insert line after
  46. Ctrl + + Insert line before
  47. Ctrl + + Move line/selection up
  48. Ctrl + + Move line/selection down
  49. Ctrl + L Select line - Repeat to select next lines
  50. Ctrl + D Select word - Repeat select others occurrences
  51. Ctrl + M Jump to closing parentheses Repeat to jump to opening parentheses
  52. Ctrl + + M Select all contents of the current parentheses
  53. Ctrl + KK Delete from cursor to end of line
  54. Ctrl + K + Delete from cursor to start of line
  55. Ctrl + ] Indent current line(s)
  56. Ctrl + [ Un-indent current line(s)
  57. Ctrl + + D Duplicate line(s)
  58. Ctrl + J Join line below to the end of the current line
  59. Ctrl + / Comment/un-comment current line
  60. Ctrl + + / Block comment current selection
  61. Ctrl + Y Redo, or repeat last keyboard shortcut command
  62. Ctrl + + V Paste and indent correctly
  63. Ctrl + Space Select next auto-complete suggestion
  64. Ctrl + U soft undo; jumps to your last change before undoing change when repeated
  65. Windows
  66. Ctrl + Alt + Up Column selection up
  67. Ctrl + Alt + Down Column selection down
  68. Linux
  69. Alt + + Up Column selection up
  70. Alt + + Down Column selection up
  71. Navigation/Goto Anywhere
  72. Keypress Command
  73. Ctrl + P Quick-open files by name
  74. Ctrl + R Goto symbol
  75. Ctrl + ; Goto word in current file
  76. Ctrl + G Goto line in current file
  77. General
  78. Keypress Command
  79. Ctrl + + P Command prompt
  80. Ctrl + KB Toggle side bar
  81. Ctrl + + Alt + P Show scope in status bar
  82. Find/Replace
  83. Keypress Command
  84. Ctrl + F Find
  85. Ctrl + H Replace
  86. Ctrl + + F Find in files
  87. Tabs
  88. Keypress Command
  89. Ctrl + + t Open last closed tab
  90. Ctrl + PgUp Cycle up through tabs
  91. Ctrl + PgDn Cycle down through tabs
  92. Ctrl + Find in files
  93. Alt + [NUM] Switch to tab number [NUM] where [NUM] <= number of tabs
  94. Split window
  95. Keypress Command
  96. Alt + + 2 Split view into two columns
  97. Alt + + 1 Revert view to single column
  98. Alt + + 5 Set view to grid (4 groups)
  99. Ctrl + [NUM] Jump to group where num is 1-4
  100. Ctrl + + [NUM] Move file to specified group where num is 1-4
  101. Bookmarks
  102. Keypress Command
  103. Ctrl + F2 Toggle bookmark
  104. F2 Next bookmark
  105. + F2 Previous bookmark
  106. Ctrl + + F2 Clear bookmarks
  107. Text manipulation
  108. Keypress Command
  109. Ctrl + KU Transform to Uppercase
  110. Ctrl + KL Transform to Lowercase