Move settings right bellow module description
This commit is contained in:
parent
cbdf8122a6
commit
8e91f01d55
@ -3,13 +3,6 @@ GNU Screen
|
|||||||
|
|
||||||
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
|
Defines [GNU Screen][1] aliases and provides for auto launching it at start-up.
|
||||||
|
|
||||||
Aliases
|
|
||||||
-------
|
|
||||||
|
|
||||||
- `sl` lists sessions/socket directory.
|
|
||||||
- `sn` starts a new session.
|
|
||||||
- `sr` attaches to a session if one exists or start a new one.
|
|
||||||
|
|
||||||
Settings
|
Settings
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -21,6 +14,13 @@ To enable this feature, add the following line to *zshrc*:
|
|||||||
|
|
||||||
zstyle ':omz:module:screen' auto-start 'yes'
|
zstyle ':omz:module:screen' auto-start 'yes'
|
||||||
|
|
||||||
|
Aliases
|
||||||
|
-------
|
||||||
|
|
||||||
|
- `sl` lists sessions/socket directory.
|
||||||
|
- `sn` starts a new session.
|
||||||
|
- `sr` attaches to a session if one exists or start a new one.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -3,12 +3,6 @@ Tmux
|
|||||||
|
|
||||||
Defines [tmux][1] aliases and provides for auto launching it at start-up.
|
Defines [tmux][1] aliases and provides for auto launching it at start-up.
|
||||||
|
|
||||||
Aliases
|
|
||||||
-------
|
|
||||||
|
|
||||||
- `ta` attaches or switches to a tmux session.
|
|
||||||
- `tl` lists sessions managed by the tmux server.
|
|
||||||
|
|
||||||
Settings
|
Settings
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -27,6 +21,12 @@ To avoid keeping open sessions, this module sets `destroy-unattached off` on
|
|||||||
the background session and `destroy-unattached on` on every other session
|
the background session and `destroy-unattached on` on every other session
|
||||||
(global setting).
|
(global setting).
|
||||||
|
|
||||||
|
Aliases
|
||||||
|
-------
|
||||||
|
|
||||||
|
- `ta` attaches or switches to a tmux session.
|
||||||
|
- `tl` lists sessions managed by the tmux server.
|
||||||
|
|
||||||
Caveats
|
Caveats
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user