mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
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:
parent
81c7f52e9f
commit
7e1f06ade4
5 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- Quit elinks:
|
- Quit elinks:
|
||||||
|
|
||||||
`ctrl+c`
|
`Ctrl+C`
|
||||||
|
|
||||||
- Dump output of webpage to console, colorizing the text with ANSI control codes:
|
- Dump output of webpage to console, colorizing the text with ANSI control codes:
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- Detach from inside a screen:
|
- Detach from inside a screen:
|
||||||
|
|
||||||
`ctrl+A D`
|
`Ctrl+A D`
|
||||||
|
|
||||||
- Kill a detached screen:
|
- Kill a detached screen:
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`tail -c {{num}} {{file}}`
|
`tail -c {{num}} {{file}}`
|
||||||
|
|
||||||
- Keep reading file until ctrl-c:
|
- Keep reading file until `Ctrl+C`:
|
||||||
|
|
||||||
`tail -f {{file}}`
|
`tail -f {{file}}`
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- Detach from session:
|
- Detach from session:
|
||||||
|
|
||||||
`ctrl+b d`
|
`Ctrl+B D`
|
||||||
|
|
||||||
- Kill session:
|
- Kill session:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> X11 selection and clipboard manipulation tool.
|
> X11 selection and clipboard manipulation tool.
|
||||||
|
|
||||||
- Use a command's output as input of the clip[b]oard (equivalent to Ctrl+C):
|
- Use a command's output as input of the clip[b]oard (equivalent to `Ctrl+C`):
|
||||||
|
|
||||||
`echo 123 | xsel -ib`
|
`echo 123 | xsel -ib`
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
`cat {{file}} | xsel -ib`
|
`cat {{file}} | xsel -ib`
|
||||||
|
|
||||||
- Output the clipboard's contents into the terminal (equivalent to Ctrl+V):
|
- Output the clipboard's contents into the terminal (equivalent to `Ctrl+V`):
|
||||||
|
|
||||||
`xsel -ob`
|
`xsel -ob`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue