Tmux is a terminal multiplexer. Tested with tmux 1.5 and 1.6.
This config has support for tmux-mem-cpu.
Prefix mapped to Ctrl-A for screen
users.
Download:
git clone https://github.com/dracco/tmux-config.git ~/.tmux
Copy tmux config to home:
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
Go to config dir:
cd ~/.tmux
Prep ourself to download submodule:
git submodule init
Download submodule:
git submodule update
Change dir to tmux-mem-cpu-load:
cd ~/.tmux-tony/vendor/tmux-mem-cpu-load
General make file:
cmake .
Compile our binary:
make
Install our binary to /usr/local/bin/tmux-mem-cpu-load
:
sudo make install
Go home:
cd ~
Update config:
tmux source-file ~/.tmux.conf
To start a session:
tmux
To reattach a previous session:
tmux attach
To reload config file
<Control + b>:
(which could Ctrl-B or Ctrl-A if you overidden it) then source-file ~/.tmux.conf
Our prefix/leader key is Control + a
now (just like the screen
multiplexer). This sequence must be typed before any tmux shortcut.
Control + a
before any commandControl + a
then?
to bring up list of keyboard shortcutsControl + a
then"
to split windowControl + a
then<Space>
to change pane arrangementControl + a
theno
to rotate panesControl + a
thenh
,j
,k
,l
to move left, down, up, right. Respectively. (vim hjkl)Control + a
then;
to go to last panel
Beyond your first window:
Control + a
thenc
to create a new windowControl + a
thenn
to next windowControl + a
thenp
to previous windowControl + a
then[0-9]
move to window numberControl + a
then&
to kill window