游標移動:
[ctrl]+[a]:移動到當前命令列的行首;
[ctrl]+[e]:移動到當前命令列的行尾;
[ctrl]+[f]:使游標前移乙個字元 ;
[ctrl]+[b]:使游標後移乙個字元;
[alt]+[f]:使游標前移乙個單詞;
[alt]+[b]:使游標後移乙個單詞;
刪除文字:
[ctrl]+[u]:刪除當前行游標前面的乙個字;
[ctrl]+[k]:刪除當前行游標後面的乙個字元;
[ctrl]+[w]:刪除游標前的乙個單詞;
[alt]+[d]:刪除游標後的乙個單詞;
搜尋歷史命令:
[ctrl]+[r]:快速搜尋歷史輸入;
修改單詞大小寫:
[alt]+[u]:使游標後的單詞變為大寫形式
[alt]+[l]:使游標後的單詞變為小寫形式
摘自:
iOS XCode實用快捷鍵
關閉視窗 command w 左縮排 command 右縮排 command 專案中查詢 command shift f 查詢下乙個 command g 查詢上乙個 command shift g 用選擇的查詢 command e go to line command l 檔案首行 command ...
實用ZendStudio 快捷鍵
ctrl 1 快速修復 最經典的快捷鍵,就不用多說了 ctrl d 刪除當前行 ctrl alt 複製當前行到下一行 複製增加 ctrl alt 複製當前行到上一行 複製增加 alt 當前行和下面一行互動位置 特別實用,可以省去先剪下,再貼上了 alt 當前行和上面一行互動位置 同上 alt 前乙個...
XCode實用快捷鍵
1.檔案 cmd n 新檔案 cmd shift n 新專案 cmd o 開啟 cmd s 儲存 cmd opt s 儲存所有檔案 cmd shift s 另存為 cmd w 關閉視窗 cmd q 退出xcode cmd shift w 關閉檔案 2.編輯 cmd 左縮排 cmd 右縮排 ctrl ...