neilChenXie / .tmux

tmux configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmux

work like screen, but more powerful.

Prerequest

  1. /etc/profile
$:echo `echo $TERM`-256color
# add to Support 256 color
export TERM={output_result}
  1. libevent
tar -zxvf {package}
./configure && make
sudo make install

Install

# download
./configure && make
sudo make install
ln -s ~/.tmux/tmux.conf ~/.tmux.conf

Ref

Useful Tool

Bug

About

tmux configuration files