mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
nano: add example and reword page (#3771)
This commit is contained in:
parent
92d4324bf8
commit
545a95dd90
1 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue