[bot] "documentation_updates" Mon Jan 31 21:49:47 UTC 2022 (#15303)

This commit is contained in:
SpacemacsBot 2022-02-01 00:02:38 +02:00 committed by GitHub
parent a10d2fd845
commit 0ba8aa194a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 13 deletions

View file

@ -18,7 +18,7 @@ This layer adds support for editing =systemd= configuration files in Spacemacs.
- Auto completion
- Syntax checking via =systemd-analyze=
- Viewing systemd system and user unit via [[https://github.com/SebastianMeisel/journalctl-mode][journalctl-mode]]
* Install
To use this contribution add it to your =~/.spacemacs=
@ -29,18 +29,16 @@ To use this contribution add it to your =~/.spacemacs=
* Key bindings
** Systemd
| Key binding | Description |
|---------------+--------------------------------------------------------------------------|
| ~SPC m h d~ | Systemd open the directives documentation |
| ~SPC m h o~ | Systemd open documentation (if a =\=Documentation= directive is provided |
| Key binding | Description |
|-------------+--------------------------------------------------------------------------|
| ~SPC m h d~ | Systemd open the directives documentation |
| ~SPC m h o~ | Systemd open documentation (if a =\=Documentation= directive is provided |
** Journalctl-mode
| Key binding | Description |
|---------------+--------------------------------------------------------------------------|
| ~SPC a t j b~ | Select and show boot-log with =journalctl-mode=. |
| ~SPC a t j j~ | Run =journalctl-mode= with custom option |
| ~SPC a t j s~ | Select and show journal for UNIT in =journalctl-mode=. |
| ~SPC a t j u~ | Select and show journal for the user-unit UNIT in =journalctl-mode=. |
| Key binding | Description |
|---------------+----------------------------------------------------------------------|
| ~SPC a t j b~ | Select and show boot-log with =journalctl-mode=. |
| ~SPC a t j j~ | Run =journalctl-mode= with custom option |
| ~SPC a t j s~ | Select and show journal for UNIT in =journalctl-mode=. |
| ~SPC a t j u~ | Select and show journal for the user-unit UNIT in =journalctl-mode=. |

View file

@ -3137,6 +3137,7 @@ Features:
- Syntax highlighting
- Auto completion
- Syntax checking via =systemd-analyze=
- Viewing systemd system and user unit via [[https://github.com/SebastianMeisel/journalctl-mode][journalctl-mode]]
** Tern
[[file:+tools/tern/README.org][+tools/tern/README.org]]