Tmux 基本指令與概念

目前我使用的版本有2.1 , 2.5
raspberrypi 上常有的有1.8,1.9
2.3 , 2.4過後改蠻多的,很多指令不能使用
 How to install
in Hobebrew :
brew install tmux
in Ubuntu :
sudo apt-get install tmux
also you can grab via github
https://github.com/tmux/tmux
基本指令
===
查看版本
tmux -V
新增session
tmux new -s name
列出目前所有的session
tmux ls
連回最近的session
tmux attach (tmux a)
砍掉特定連線
tmux kill-session -t sessionname
題外話 推廣ZSH + VIM + TMUX
yt影片

下回介紹 Tmux簡單用法

(69)

Facebook Comments

發表迴響