nano: add example and reword page (#3771)

client-spec/clarity
Nir Elbaz 2020-01-29 17:16:44 +02:00 committed by GitHub
parent 92d4324bf8
commit 545a95dd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
# nano
> Simple, easy to use editor. An enhanced, free Pico clone.
> Simple, easy to use command-line text editor. An enhanced, free Pico clone.
> More information: <https://nano-editor.org>.
- Start nano in terminal with {filename}:
- Open a specific file:
`nano {{filename}}`
`nano {{path/to/file}}`
- Open a file positioning the cursor at the specified line and column:
`nano +{{line}},{{column}} {{path/to/file}}`
- Enable smooth scrolling: