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

35 lines
760 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-04-04 08:47:24 -04:00
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 *zpreztorc*:
2012-04-04 08:47:24 -04:00
zstyle ':prezto:module:screen' auto-start 'yes'
2012-04-04 08:47:24 -04:00
Aliases
-------
2012-08-14 22:15:45 -04:00
- `scr` is short for `screen`.
- `scrl` lists sessions/socket directory.
- `scrn` starts a new session.
- `scrr` 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/
[2]: https://github.com/sorin-ionescu/prezto/issues
2012-04-04 08:47:24 -04:00