nano: linting

This commit is contained in:
Igor Shubovych 2016-01-19 15:11:20 +02:00
parent 711ec8c660
commit b185c58fa8

View File

@ -2,14 +2,14 @@
> Simple, easy to use editor. An enhanced, free Pico clone.
- Start nano in terminal with {filename}
- Start nano in terminal with {filename}:
`nano {{filename}}`
- Enable smooth scrolling.
- Enable smooth scrolling:
`nano -S {{filename}}`
- Indent new lines to the previous lines' indentation.
- Indent new lines to the previous lines' indentation:
`nano -i {{filename}}`