mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-07 01:29:55 +03:00
16 lines
264 B
Markdown
16 lines
264 B
Markdown
# nano
|
|
|
|
> Simple, easy to use editor. An enhanced, free Pico clone.
|
|
|
|
- Start nano in terminal with {filename}:
|
|
|
|
`nano {{filename}}`
|
|
|
|
- Enable smooth scrolling:
|
|
|
|
`nano -S {{filename}}`
|
|
|
|
- Indent new lines to the previous lines' indentation:
|
|
|
|
`nano -i {{filename}}`
|