tldr/pages/common/nano.md
2016-01-19 15:11:20 +02:00

264 B

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}}