mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
simplify wordgrinder
- Removing the word terminal because its implicit - Mentioning that it loads a blank document by default - Removing 'press' to maintain uniformity with other pages like `rtv`
This commit is contained in:
parent
d49b95fc53
commit
e9a443b189
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
> Command-line Based Word Processor.
|
||||
|
||||
- Start wordgrinder in terminal:
|
||||
- Start wordgrinder. Loads a blank document by default:
|
||||
|
||||
`wordgrinder`
|
||||
|
||||
- Start wordgrinder in terminal, opening {filename}:
|
||||
- Open a given file:
|
||||
|
||||
`wordgrinder {{filename}}`
|
||||
|
||||
- Open menu in wordgrinder:
|
||||
- Open menu:
|
||||
|
||||
`Press Alt + M`
|
||||
`Alt + M`
|
||||
|
|
Loading…
Add table
Reference in a new issue