royce wells
tmux notes :: Draft
Tuesday, February 27, 2018 · 1 min read
Notes on how I’m using tmux
.
- Install on OSX
$ brew install tmux
- Launch tmux attached to command
$ tmux -c irssi
- Add new window to session
[mod] c
- Slipt pane vertically
[mod] %
- Slipt pane horizontally
[mod] "
- Resize pane
:resize-pane -L 50