Tmux Introduction:
The Tmux is a BSD-enabled screen replacement, which is more advanced than screens, and is more sophisticated: it supports screenshots and has rich command-line parameters that allow for flexible, dynamic layout and Operation . It can be a command to start up (powerful configuration), the left side is the terminal, the right is vim, below a gdb--in short it is a flexible IDE, let you still configure
Installation:
The CentOS Software Installation tool is not Apt-get is Yum
Before installing Tmux, you need to install some supported components first:
Yum Install Libevent-devel Ncurses-devel
The next step is to download the source package for installation.
wget http://downloads.sourceforge.net/tmux/tmux-1.6.tar.gz
Tar zxvf tmux-1.6.tar.gz
CD tmux-1.6
./configure
Make
Make install
That's OK!
C represents the CTRL key
Tmux Command and use
Tmux #开启tmux
Tmux ls #显示已有tmux列表 (c-b s)
Tmux ATTACH-SESSION-T Digital #选择tmux
C-b c Create a new window
C-b n switch to the next window
C-b p switch to the previous window
C-b l The last window, and the concept of the previous window is not the same yo, who tried to know
C-b W selects open sessions in the current window by the up and down keys
C-b numbers jump directly to the window where you press the number
C-b & exit the current window
C-b D Temporary Disconnect session after disconnecting, you can also connect the yo:)
C-b "Split out a window (landscape)
C-b% split out a window (portrait)
c-b o switch in a small window
C-b (Direction key)
C-b! Close all small windows
C-b x Close the small window at the current cursor
C-b T Clock
C-b Pageup/pagedo
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6C/9F/wKiom1VN2-XD5JBUAAShmdEbI3A557.jpg "title=" Tmux " alt= "Wkiom1vn2-xd5jbuaashmdebi3a557.jpg"/>
This article from "the more efforts, the more fortunate!" "Blog, be sure to keep this provenance http://7250365.blog.51cto.com/7240365/1649868
Linux Tmux split Screen tool