2012-05-22 08:18:30 +08:00
|
|
|
GNU Screen
|
|
|
|
==========
|
2012-04-04 20:47:24 +08:00
|
|
|
|
|
|
|
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
|
|
|
|
|
|
|
|
Settings
|
|
|
|
--------
|
|
|
|
|
2012-06-15 06:01:01 +08:00
|
|
|
### Auto-Start
|
2012-04-04 20:47:24 +08:00
|
|
|
|
2012-06-03 05:17:12 +08:00
|
|
|
Starts a GNU Screen session automatically when Zsh is launched.
|
2012-04-04 20:47:24 +08:00
|
|
|
|
|
|
|
To enable this feature, add the following line to *zshrc*:
|
|
|
|
|
2012-09-04 04:08:39 +08:00
|
|
|
zstyle ':prezto:module:screen' auto-start 'yes'
|
2012-04-04 20:47:24 +08:00
|
|
|
|
2012-06-11 07:49:33 +08:00
|
|
|
Aliases
|
|
|
|
-------
|
|
|
|
|
2012-08-15 10:15:45 +08: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-06-11 07:49:33 +08:00
|
|
|
|
2012-04-04 20:47:24 +08:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
2012-05-22 08:18:30 +08:00
|
|
|
*The authors of this module should be contacted via the [issue tracker][2].*
|
2012-04-04 20:47:24 +08:00
|
|
|
|
2012-05-22 08:18:30 +08:00
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
2012-04-04 20:47:24 +08:00
|
|
|
|
|
|
|
[1]: http://www.gnu.org/software/screen/
|
2012-09-04 04:08:39 +08:00
|
|
|
[2]: https://github.com/sorin-ionescu/prezto/issues
|
2012-04-04 20:47:24 +08:00
|
|
|
|