# Tmux 使用 (brick) 參考來源:[影片](https://youtu.be/U-omALWIBos?si=pBGXKh_trhPLglLd ) # 基本操作 ### 進入之前 - `tmux ls`:查看目前的 section - `tmux a -t [名字]`:attach 特定的 section - `tmux detach`:離開目前的 section (和 exit 不同,section 還會存在) - `exit`:離開/結束 section ### 進入之後 我把 `ctrl + a` 當成 prefix - `ctrl + a` + `-`:水平切 pane - `ctrl + a` + `|`:垂直切 pane - `ctrl + a` + `c`:create pane 我懶得寫了,這樣應該就夠用了,其他設定都在那個[影片](https://youtu.be/U-omALWIBos?si=pBGXKh_trhPLglLd ) 不然就是用 vscode 去連線寫 code 也不錯