- Linux based:
- Ubuntu
- Fedora
- Kali
lightweight and fast text editor
-
Write, erase, paste, etc on text
-
Using shortcuts like ^F to save the file, ^V for paste copied text and ^B to change the mode to visual to speed up editing text, etc
-
Having a section called visual mode for quick editing in the text, searching in the text, moving around in the text, etc.
-
Save text to file or open file quickly
-
Colorizing the text to make it more readable for programmers
- Ease of reading the code due to the division of code parts in the library and the division of large sections to the small functions.
- Detailed comments in incomprehensible parts
- text -S "something" Search "something" in text
- file -S Save the file
- text -D Delete all of the text