#tmux ls
#tmux new -s new_session_name
#Ctrl + b, d ---- Exit from a tmux session
#tmux a -t session_name ---- Rejoin to an existing tmux session
#Ctrl + b, c --- Create new tab
#Ctrl + b, , --- Rename tab
https://danielmiessler.com/study/tmux/
http://www.dayid.org/comp/tm.html
https://gist.github.com/henrik/1967800
#tmux new -s new_session_name
#Ctrl + b, d ---- Exit from a tmux session
#tmux a -t session_name ---- Rejoin to an existing tmux session
#Ctrl + b, c --- Create new tab
#Ctrl + b, , --- Rename tab
https://danielmiessler.com/study/tmux/
http://www.dayid.org/comp/tm.html
https://gist.github.com/henrik/1967800
No comments:
Post a Comment