mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 23:37:57 +01:00
264 B
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}}