Tmux: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==Crash Course== | ==Crash Course== | ||
Split Horizontally: <code>^b =</code> | |||
Split Vertically: <code>^b %</code> | |||
Revision as of 06:30, 19 July 2018
Crash Course
Split Horizontally: ^b =
Split Vertically: ^b %
git.charlesreid1.com
my tmux configuration file is here: https://git.charlesreid1.com/dotfiles/debian/src/branch/master/dotfiles/.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/