編輯器快速鍵
查找/替換
按鍵 指令
Ctrl + F 搜尋
Ctrl + H 替換
Ctrl + ⇧ + R 全部替換
Ctrl + G 搜尋後一個
Ctrl + ⇧ + G 搜尋前一個
Alt + G 跳到某行
文本操作
按鍵 指令
Ctrl + Alt + W Toggle soft wrap
Ctrl + KU 轉至大寫
Ctrl + KL 轉至小寫
編輯
Keypress 指令
Esc, Esc Close active editor window
Ctrl + Esc, Esc Minimize active editor window
Ctrl + S Save
Ctrl + ⇧ + S Save as..
Ctrl + Alt + ⇧ + S Save and close
Alt + S Open search in files
Ctrl + Space 啟用自動補全
Ctrl + X 剪下行
Ctrl + ⇧ + ↑ 向上移動行/選中內容
Ctrl + ⇧ + ↓ 向下移動行/選中內容
Ctrl + L 選擇行 - 重複以選擇下一行
Ctrl + D 選擇詞 - 重複以選擇下一匹配
Ctrl + M Jump to closing parentheses - Repeat to jump to opening parentheses
Ctrl + ⇧ + M Select all contents of the current parentheses
Ctrl + ⇧ + K 刪除行
Ctrl + KK Delete from cursor to end of line
Ctrl + K +
Backspace
Delete from cursor to start of line
Ctrl + ⇧ + D Duplicate line(s)
Ctrl + J Join line below to the end of the current line
Ctrl + / Comment/un-comment current line
Ctrl + ⇧ + / Block comment current selection
Ctrl + Y Redo, or repeat last keyboard shortcut command
Ctrl + ⇧ + V Paste and indent correctly
Ctrl + Space Select next auto-complete suggestion
Ctrl + U soft undo; jumps to your last change before undoing change when repeated