change all keyboard shortcuts to have spaces around the + sign (#1356)

This commit is contained in:
Waldir Pimenta
2017-04-28 23:34:51 +01:00
committed by GitHub
parent 7e1f06ade4
commit 433370e2ad
11 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
> 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`
@@ -10,7 +10,7 @@
`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`