Skip to content

Instantly share code, notes, and snippets.

@coder36
Last active December 24, 2015 12:49
Show Gist options
  • Save coder36/6800743 to your computer and use it in GitHub Desktop.
Save coder36/6800743 to your computer and use it in GitHub Desktop.
Setup tmux v1.8
This installs version 1.8 of tmux:
sudo apt-get install libevent-dev libncurses-dev
git clone git://git.code.sf.net/p/tmux/tmux-code tmux
cd tmux
git checkout 1.8
autoreconf -fis
./configure
make
sudo make install
Tmuxinator
==========
gem install tmuxinator
(see https://github.com/aziz/tmuxinator)
Add to .bashrc
export EDITOR='vim'
Usage:
tmuxinator new <proj_name>
tmuxinator start <proj_name>
to edit file
tmuxinator open <proj_name>
tmuxinator new [project]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment