1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 17:00:27 +00:00
prezto/modules/screen/README.md

35 lines
756 B
Markdown
Raw Normal View History

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