mac使用

吱昂發表於2024-08-11

常用快捷鍵

  • 開啟聚合: command+空格
  • 檢視隱藏檔案: command+shift+.
  • 最小化視窗:command+m
  • 隱藏視窗: command+H
  • 關閉程式:command+q

```java
Mac 快捷方式

複製檔案路徑:opt+command+c

開啟全文搜尋:opt+command+空格

訪達中command+shift+g 開啟檔案目錄

撤銷:command+z

回退撤銷:command+shift+z

最小化視窗:command+m

關閉程式:command+q

最大化視窗:command+ctrl+f

截圖:shift+command+4

切換輸入法:control + 空格

Mac喚醒後沒有聲音:sudo killall coreaudiod

Zsh配置環境變數

vim ~/.zshrc 開啟檔案

export xxx

source ~/.zshrc

echo #SHELL

echo #path

啟動/關閉zk

zkServer.sh start

zkServer.sh stop

git配置

git config —global user.name “”

git config —global user.email “”

git config —list

https://gitee.com/old-peanut/wechat_applet__open_source.git
```

實用軟體

  • dock alt tab切換
    • alttab
  • dock程式塢 win preview
    • dock expose
    • dock door
  • 剪下板
    • cpily

相關文章