Tmux 命令总结

来源:互联网 发布:红颜知已的歌词 编辑:程序博客网 时间:2024/06/16 03:29

来自tmux Productive Mouse-Free Development

top  :monitors memory and CPU usage

tmux

tmux new-session -s basic    :(basic is the example of name of the session)

tmux new -s basic

tmux new -s basic -d


tmux attach -t basic



ctrl+b :prefix

tmux ? :list the short cut keys

ctrl+b d  :detach a session


tmux ls :list all the sessions

tmux kill-session -t basic :kill sessions

exit  :when in a session,just input the exit to kill session

ctrl+b x :when in a session, to kill session




0 0
原创粉丝点击