mirror of https://github.com/CrimsonTome/tldr.git
commit
711ec8c660
|
@ -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}}`
|
Loading…
Reference in New Issue