mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
change all keyboard shortcuts to have spaces around the + sign (#1356)
This commit is contained in:
parent
7e1f06ade4
commit
433370e2ad
11 changed files with 14 additions and 14 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`ps axu | fzf`
|
||||
|
||||
- Select mutliple files with `Shift-TAB` and write to a file:
|
||||
- Select mutliple files with `Shift + Tab` and write to a file:
|
||||
|
||||
`find {{path/to/search_files}} -type f | fzf -m > {{filename}}`
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
- Detach from inside a screen:
|
||||
|
||||
`Ctrl+A D`
|
||||
`Ctrl + A, D`
|
||||
|
||||
- Kill a detached screen:
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
- Detach from session:
|
||||
|
||||
`Ctrl+B D`
|
||||
`Ctrl + B, D`
|
||||
|
||||
- Kill session:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Executes commands at a specified time.
|
||||
|
||||
- Open an `at` prompt to create a new set of scheduled commands, press Ctrl+D to save and exit:
|
||||
- Open an `at` prompt to create a new set of scheduled commands, press `Ctrl + D` to save and exit:
|
||||
|
||||
`at {{hh:mm:ss}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue