bg, fg, jobs: add a '%' before '{{job_id}}' (#5021)

This commit is contained in:
Zapan Gao
2020-12-13 03:50:14 +08:00
committed by GitHub
parent cc8246f3aa
commit a1dbd179a5
5 changed files with 5 additions and 5 deletions

View File

@@ -8,4 +8,4 @@
- Resume a specific job (use `jobs -l` to get its ID) and run it in the background:
`bg {{job_id}}`
`bg %{{job_id}}`