R 學習日誌#4 - RStudio 常用的快捷鍵

RStudio 快捷鍵若練熟了,不需滑鼠的移動,手指就在鍵盤上飛快的敲擊起來,讓人感覺超厲害的 @@。在這邊我示範的是用 Mac 環境。

Mac 說明
control + c 中斷執行
control + Enter 執行單行指令
control + shift + s 執行全部指令
control + shift + c 註解指令
control + L 清除控制台 (Console) 輸出
control + 1 將游標定位到腳本區域
control + 2 將游標定位到控制台 (Console)
control + 3 將游標定位到幫助文檔
command + 左 將游標定位到行首
command + 右 將游標定位到行末
command + s 存檔
command + w 關閉當前文件
command + d 刪除整行
command + z 恢復上一步
command + c 複製
command + v 貼上
command + a 全選
command + x 剪下

(其實快捷鍵還很多,但是如果有常用的話再補充)