You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1017 B
42 lines
1017 B
13 years ago
|
GNU Screen
|
||
|
==========
|
||
13 years ago
|
|
||
|
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
|
||
|
|
||
|
Settings
|
||
|
--------
|
||
|
|
||
13 years ago
|
### Auto-Start
|
||
13 years ago
|
|
||
13 years ago
|
Starts a GNU Screen session automatically when Zsh is launched.
|
||
13 years ago
|
|
||
12 years ago
|
To enable this feature when launching Zsh in a local terminal, add the
|
||
|
following line to *zpreztorc*:
|
||
13 years ago
|
|
||
12 years ago
|
zstyle ':prezto:module:screen:auto-start' local 'yes'
|
||
|
|
||
|
To enable this feature when launching Zsh in a SSH connection, add the
|
||
|
following line to *zpreztorc*:
|
||
|
|
||
|
zstyle ':prezto:module:screen:auto-start' remote 'yes'
|
||
13 years ago
|
|
||
13 years ago
|
Aliases
|
||
|
-------
|
||
|
|
||
12 years ago
|
- `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.
|
||
13 years ago
|
|
||
13 years ago
|
Authors
|
||
|
-------
|
||
|
|
||
13 years ago
|
*The authors of this module should be contacted via the [issue tracker][2].*
|
||
13 years ago
|
|
||
13 years ago
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||
12 years ago
|
- [Georges Discry](https://github.com/gdiscry)
|
||
13 years ago
|
|
||
|
[1]: http://www.gnu.org/software/screen/
|
||
12 years ago
|
[2]: https://github.com/sorin-ionescu/prezto/issues
|
||
13 years ago
|
|