1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

Merge pull request #506 from jlems/nano

nano: started tldr for nano
This commit is contained in:
Leandro Ostera 2016-01-19 11:56:42 +01:00
commit 711ec8c660

15
pages/common/nano.md Normal file
View file

@ -0,0 +1,15 @@
# 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}}`