對於 unix 族下的文字編輯器,vi 功能稍弱,emacs 的能力是沒得說,但學習曲線太陡峭了,於是簇擁到 textmate 旗下。快捷鍵能讓你大大的提 公升使用的效率,它可以讓你的手盡量少在鍵盤與滑鼠之間飄來飄去。相比於 windows 平台,mac 更推崇使用快捷鍵來操作,搭配著大大的觸控板後,滑鼠真的就有點多餘了。
這裡列出的所謂通用快捷鍵是不怎麼涉及那些 bundle 中的特定的快捷鍵而言的,還有些是系統通用的快捷方式也會提到
1. mate 命令:
mate . 以當前目錄啟動乙個專案
mate a.txt b.txt *.csv afolder afolder/bfolder 指定檔案、萬用字元的方式,或目錄來啟動一下專案
command + option + l顯示行號ctrl + r執行游標前或選擇的 shell 命令,並把執行結果輸出到當前位置
ctrl + l 把當前行試圖移動螢幕**
esc 自動補全
ctrl + w選取乙個單詞值得多一點關注的快捷鍵已用粗體和不同顏色顯著標識了出來。command + shift + ->選中游標右面的內容
command + shift + <-選中游標左面的內容
option|ctrl + shift + > 選中游標右面的單詞
option|ctrl + shift + < 選中游標左面的單詞
command + shift + l選取一行資訊
option選擇多行之後,按下 option 後,在起始選擇後當前游標的矩形區以列模式選擇
或者按住 option 不放,拖動游標進行列模式選取
command + ]增加縮排
command + [減少縮排
command + option + [格式化**,類似 eclipse 中的 ctrl + shift + f
ctrl + command + 上箭頭向上移動整行
ctrl + command + 下箭頭向下移動整行
ctrl + command + ->選擇部分右移
ctrl + command + <-選擇部分左移
ctrl + k或 command + fn + delete 刪除當前游標處至行末
command + delete 刪除當前游標處至行首
ctrl + shift + k刪除當前行
ctrl + y前面刪除的內容恢復回來
command + / 注釋一行
command + return在當前行下增加新行
shift + command + return 當前行末加個點,然後下面增加新行
shift + ctrl + d複製當前行到下一行
ctrl + option + command + v從歷史中選擇內容粘帖
ctrl + u 轉換成大寫
ctrl + shift + u 轉換成小寫
ctrl + option + u 轉換成首字母大寫
ctrl + g 反轉大小寫
ctrl + t 上下兩行交換
command + l 定位到某一行
command + 數字 選擇某個標籤
ctrl + tab 在選單欄和頁面切換
command + ->或 ctrl + e 游標回到行尾
command + <-或 ctrl + a 游標回到行首
command + 上箭頭游標回到頁首
command + 下箭頭游標回到頁尾
option|ctrl + -> 游標向右移動乙個單詞
option|ctrl + <- 游標向左移動乙個單詞
ctrl + 上箭頭 向上移動一屏
ctrl + 下箭頭 向下移動一屏
command + shift + t當前檔案中所有方法列表,像 eclipse 裡的 ctrl + o
ctrl + shift + t檢視 todo 列表,識別 //todo, //changed 和 //fixme 三種標記
command + t查詢開啟專案下的檔案,類似 eclipse 中的 ctrl + shift + rctrl + command + r在專案檔案樹中找到當前編輯器裡對應的檔案,像 xcode 的 command + shift + j
ctrl + shift + a開啟svn選項
command + w 關閉標籤
command + shift + w 關閉專案
foocommand + f2 標記
f2 在標記間切換
f1 收起或展開當前塊
command + f 頁面中搜尋或替換文字
command + shift + f 專案中搜尋替換文字
command + g 下乙個搜尋文字
command + shift + g 上乙個搜尋文字
command + option + f 替換乙個
command + ctrl + f 全部替換
command + option + s 全部儲存
command + shift + s 另存為。。。。
command + option + -> 專案中右面的標籤
command + option + <- 專案中左面的標籤
本文**:
textmate 的快捷鍵
自動補全 esc 查詢專案檔案 command t 查詢檔案內符號 shift command t 跳到某行 command l 選擇 shift 方向鍵 向後縮排 option tab 向前縮排 shift option tab reformat 所選 option command 大寫所選 co...
textmate常用快捷鍵備忘
ctrl option cmd d 顯示 隱藏左邊檔案導航樹 cmd option w 切換 折行 cmd option 切換左右tab頁 cmd option cmd shift ctrl cmd r 跳轉到當前開啟檔案所在的目錄樹的位置 cmd up down 左邊目錄樹向上,向下進入一層 cm...
通用快捷鍵
f2 alt 類似windows下面win r 是執行程式地快捷鍵 ctrl alt d 類似windows下面地win d 是顯示桌面地快捷鍵 ctrl alt l 啟動螢幕保護程式?alt tab 同windows下地定義一樣 print screen 螢幕抓圖 整個螢幕 alt print s...