nano: add example and reword page (#3771)

This commit is contained in:
Nir Elbaz
2020-01-29 17:16:44 +02:00
committed by GitHub
parent 92d4324bf8
commit 545a95dd90

View File

@@ -1,11 +1,15 @@
# nano # 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>. > 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: - Enable smooth scrolling: