2015-12-30 19:31:49 +00:00
|
|
|
# nano
|
|
|
|
|
|
|
|
> Simple, easy to use editor. An enhanced, free Pico clone.
|
|
|
|
|
2016-01-19 13:11:20 +00:00
|
|
|
- Start nano in terminal with {filename}:
|
2015-12-30 19:31:49 +00:00
|
|
|
|
2015-12-31 00:01:15 +00:00
|
|
|
`nano {{filename}}`
|
2015-12-30 19:31:49 +00:00
|
|
|
|
2016-01-19 13:11:20 +00:00
|
|
|
- Enable smooth scrolling:
|
2015-12-30 19:31:49 +00:00
|
|
|
|
2015-12-31 00:01:15 +00:00
|
|
|
`nano -S {{filename}}`
|
2015-12-30 19:31:49 +00:00
|
|
|
|
2016-01-19 13:11:20 +00:00
|
|
|
- Indent new lines to the previous lines' indentation:
|
2015-12-30 19:31:49 +00:00
|
|
|
|
2015-12-31 00:01:15 +00:00
|
|
|
`nano -i {{filename}}`
|