prezto_config/modules/tmux/README.md

47 lines
1011 B
Markdown
Raw Normal View History

2012-04-04 15:22:02 +02:00
tmux
====
2012-03-29 22:31:55 +02:00
2012-04-04 15:22:02 +02:00
Defines [tmux][1] aliases and provides for auto launching it at start-up.
2012-03-29 22:31:55 +02:00
Aliases
-------
2012-04-04 15:22:02 +02:00
- `ta` attach or switch to a tmux session.
- `tl` list sessions managed by the tmux server.
2012-03-29 22:31:55 +02:00
Settings
--------
### Auto-start
2012-04-04 15:22:02 +02:00
Start a tmux session automatically when Zsh is launched.
2012-03-29 22:31:55 +02:00
2012-04-04 15:22:02 +02:00
To enable this feature, add the following line to *zshrc*:
2012-03-29 22:31:55 +02:00
2012-03-28 18:41:39 +02:00
zstyle ':omz:module:tmux' auto-start 'yes'
2012-03-29 22:31:55 +02:00
2012-04-04 15:22:02 +02:00
It will create a background session named _#OMZ_ and attach every new shell to
it.
2012-03-29 22:31:55 +02:00
2012-03-28 18:41:39 +02:00
To avoid keeping open sessions, this module sets `destroy-unattached off` on
2012-04-04 15:22:02 +02:00
the background session and `destroy-unattached on` on every other session
(global setting).
2012-03-29 22:31:55 +02:00
Caveats
-------
2012-04-04 15:22:02 +02:00
tmux is known to cause kernel panics on Mac OS X. A discussion about this and
OMZ has already been opened [here][2].
2012-03-29 22:31:55 +02:00
Authors
-------
2012-03-28 18:41:39 +02:00
*The authors of this module should be contacted via the github bug tracker.*
2012-03-29 22:31:55 +02:00
- [Sorin Ionescu](/sorin-ionescu)
- [Colin Hebert](/ColinHebert)
2012-04-04 15:22:02 +02:00
[1]: http://tmux.sourceforge.net
[2]: http://git.io/jkPqHg