Tmux
From charlesreid1
Vim Integration
Tmux and vim integration:
- Set up vim keyboard shortcuts in the tmux config file
- Add more vim-like keyboard shortcuts to navigate between panels
- Create scripts and/or keyboard shortcuts that apply a certain session template (resizes panes, etc.)
git.charlesreid1.com
my tmux configuration file is here: https://git.charlesreid1.com/dotfiles/debian/src/branch/master/dotfiles/.tmux.conf
Alternatively: https://github.com/charlesreid1/mac-dotfiles/blob/master/.tmux.conf
Links
Tmux cheat sheet: https://gist.github.com/afair/3489752
Why tmux: http://dominik.honnef.co/posts/2010/10/why_you_should_try_tmux_instead_of_screen/