1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 01:24:55 +02:00
tldr/pages/common/nano.md
2019-06-04 16:29:40 -03:00

16 lines
311 B
Markdown

# nano
> Simple, easy to use editor. An enhanced, free Pico clone.
> More information: <https://nano-editor.org>.
- 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}}`