mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 21:44:55 +02:00
311 B
311 B
nano
Simple, easy to use editor. An enhanced, free Pico clone. More information: https://nano-editor.org.
- 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}}