standardize format of keyboard shortcuts (#1354)

* fix capitalization of keyboard shortcuts (elinks, tmux, screen)
* adjust formatting of keyboard shortcuts (tail, xsel)
This commit is contained in:
Waldir Pimenta
2017-04-28 08:44:50 +01:00
committed by GitHub
parent 81c7f52e9f
commit 7e1f06ade4
5 changed files with 6 additions and 6 deletions

View File

@@ -14,6 +14,6 @@
`tail -c {{num}} {{file}}`
- Keep reading file until ctrl-c:
- Keep reading file until `Ctrl+C`:
`tail -f {{file}}`