標(biāo)簽
新建標(biāo)簽:command + t
關(guān)閉標(biāo)簽:command + w
切換標(biāo)簽:command + 數(shù)字
或command + 左右方向鍵
切換全屏:command + enter
查找:command + f
所查找的內(nèi)容會被自動復(fù)制
分屏
垂直分屏:command + d
水平分屏:command + shift + d
切換屏幕:command _ option _ 方向鍵
或command + [ 或 ]
查看歷史命令:command + ;
輸入開頭命令后按
查看剪貼板歷史:command + shift + h
Linux命令行操作
移動光標(biāo)
到行首:ctrl + a
到行尾:ctrl + e
前進(jìn)后退:ctrl + f/b (相當(dāng)于左右方向鍵)
歷史命令
上一條命令:ctrl + p
或!!
搜索命令歷史:ctrl + r
編輯
刪除當(dāng)前整行:ctrl + u
無論光標(biāo)在什么位置
刪除當(dāng)前光標(biāo)的字符:ctrl + d
刪除光標(biāo)之前的字符:ctrl + h
刪除光標(biāo)之前的單詞:ctrl + w
刪除到文本末尾:ctrl + k
粘貼至光標(biāo)后:ctrl + y
交換光標(biāo)處文本:ctrl + t
清屏1:command + r
而且只是換到新一屏,不會想 clear 一樣創(chuàng)建一個空屏
清屏2:ctrl + l