1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:46:02 +02:00
tldr/pages/common/nano.md

17 lines
311 B
Markdown
Raw Normal View History

2015-12-30 14:31:49 -05:00
# nano
> Simple, easy to use editor. An enhanced, free Pico clone.
2019-06-04 10:00:05 +01:00
> More information: <https://nano-editor.org>.
2015-12-30 14:31:49 -05:00
2016-01-19 15:11:20 +02:00
- Start nano in terminal with {filename}:
2015-12-30 14:31:49 -05:00
`nano {{filename}}`
2015-12-30 14:31:49 -05:00
2016-01-19 15:11:20 +02:00
- Enable smooth scrolling:
2015-12-30 14:31:49 -05:00
`nano -S {{filename}}`
2015-12-30 14:31:49 -05:00
2016-01-19 15:11:20 +02:00
- Indent new lines to the previous lines' indentation:
2015-12-30 14:31:49 -05:00
`nano -i {{filename}}`