This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/modules/screen/README.md

34 lines
717 B
Markdown
Raw Normal View History

2012-05-21 20:18:30 -04:00
GNU Screen
==========
2012-04-04 08:47:24 -04:00
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
Settings
--------
### Auto-start
2012-06-02 17:17:12 -04:00
Starts a GNU Screen session automatically when Zsh is launched.
2012-04-04 08:47:24 -04:00
To enable this feature, add the following line to *zshrc*:
2012-03-28 12:41:39 -04:00
zstyle ':omz:module:screen' auto-start 'yes'
2012-04-04 08:47:24 -04:00
Aliases
-------
- `sl` lists sessions/socket directory.
- `sn` starts a new session.
- `sr` attaches to a session if one exists or start a new one.
2012-04-04 08:47:24 -04:00
Authors
-------
2012-05-21 20:18:30 -04:00
*The authors of this module should be contacted via the [issue tracker][2].*
2012-04-04 08:47:24 -04:00
2012-05-21 20:18:30 -04:00
- [Sorin Ionescu](https://github.com/sorin-ionescu)
2012-04-04 08:47:24 -04:00
[1]: http://www.gnu.org/software/screen/
2012-05-21 20:18:30 -04:00
[2]: https://github.com/sorin-ionescu/oh-my-zsh/issues
2012-04-04 08:47:24 -04:00