### 1.自帶快捷鍵
```
command + shift + o 快速查詢文件
command + alt + b 找到當剪類的所有子類
command + f 查找當前文件
command + r 查找替換
command + shift + f 關鍵字查找,更強大的查詢器(機器不好的,最好還是先確定一下目錄)
command + shift + r 高級替換
command + e 打開最近的文件
alt + shift + c 查找最近修改的文件
command + shift + [ 向左切換tab頁
command + shift + ] 向左切換tab頁
command + shift + +,- 展開或縮起
command + . 折疊或展開選中的代碼
command + d 復制當剪行
command + / 行級注釋
command + shift + / 塊注釋
command + alt + l 對當前文件進行格式化排版
command + 鼠標點擊 跳到類或方法或變量等聲明處
command + alt + 左方向鍵 向前代碼跳轉
command + alt + 右方向鍵 向后代碼跳轉
command + shift + 上方向鍵 當前行代碼,向上移動一行
command + shift + 下方向鍵 當前行代碼,向下移動一行
command + , 打開偏好設置
command + 數字【參考導航條上view > Tool Windows】
command + control + G 選中所有occurrences
control + G 選擇項一處
control + shift + G 取消選中occurrences
```
### 2.自定義快捷鍵
```
以修改File Structure為例:
File > Settings > Keymap > Main menu > Navigate > File Structure
在File Structure這項上鼠標右鍵,選中Add Keyboard Shortcut,在彈窗上輸入新快捷鍵 command+shift+M,就自定義完成了
```