Termux command nano basic information
• What is nano
A console text editor for UNIX and Unix-like operating systems based on the
curses library and distributed under the GNU GPL. It is a free clone of the
Pico text editor that was included with the Pine email client. nano was
created to replicate the functionality and usability of the Pico interface,
but without the deep mail client integration of Pine/Pico.
• Installation:
▪️pkg install nano
• Launch:
▪️nano file_name
• Functions:
+number - specify the line in the file from which you want to start
editing;
-B - create a backup for the file when saving;
-C - backup folder;
-D - display text in bold;
-E - convert tabs to spaces;
-F - enable support for editing multiple files;
-H - save search and replace history;
-I - don't read configuration from nanorc files;
-P - remember and restore the cursor position during the last edit;
-T - tab size in spaces;
-m - enable mouse support;