prezto/modules/screen/README.md

34 lines
717 B
Markdown
Raw Normal View History

2012-05-22 02:18:30 +02:00
GNU Screen
==========
2012-04-04 14:47:24 +02:00
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
Aliases
-------
2012-06-02 23:17:12 +02:00
- `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 14:47:24 +02:00
Settings
--------
### Auto-start
2012-06-02 23:17:12 +02:00
Starts a GNU Screen session automatically when Zsh is launched.
2012-04-04 14:47:24 +02:00
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-05-22 02:18:30 +02:00
*The authors of this module should be contacted via the [issue tracker][2].*
2012-04-04 14:47:24 +02:00
2012-05-22 02:18:30 +02:00
- [Sorin Ionescu](https://github.com/sorin-ionescu)
2012-04-04 14:47:24 +02:00
[1]: http://www.gnu.org/software/screen/
2012-05-22 02:18:30 +02:00
[2]: https://github.com/sorin-ionescu/oh-my-zsh/issues
2012-04-04 14:47:24 +02:00