prezto_config/modules/screen/README.md

33 lines
625 B
Markdown
Raw Normal View History

2012-04-04 14:47:24 +02:00
screen
======
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
Aliases
-------
- `sl` list sessions/socket directory.
- `sn` start a new session.
- `sr` attach to a session if one exists or start a new one.
Settings
--------
### Auto-start
Start a Screen session automatically when Zsh is launched.
To enable this feature, add the following line to *zshrc*:
2012-03-28 18:41:39 +02:00
zstyle ':omz:module:screen' auto-start 'yes'
2012-04-04 14:47:24 +02:00
Authors
-------
2012-03-28 18:41:39 +02:00
*The authors of this module should be contacted via the GitHub issue tracker.*
2012-04-04 14:47:24 +02:00
- [Sorin Ionescu](/sorin-ionescu)
[1]: http://www.gnu.org/software/screen/