Suplemon is a free open source powerful console text editor with multi cursor support for linux system. It comes with syntax highlighting, autocomplete, Undo/Redo, Copy & Paste with multi line support. You can also open multiple files in tabs. And you can easily jumping to files and lines in your console like terminal. Some other features are custom keyboard shortcuts suppory, mouse support and Extensions support. You can also restores cursor and scroll positions when reopenning files in Suplemon Text Editor.
Install Suplemon Text Editor on Ubuntu:
There are two options available to install Suplemon Text Editor on ubuntu. you can install it via PIP or directly from repo.
If you dont have PIP, first install it via below command.
For python 2
sudo apt install python-pip
for python 3
sudo apt install python3-pip
Then type the below command in terminal and hit enter to install Suplemon Text Editor.
sudo pip3 install suplemon
sudo python3 setup.py install
You can also install it by cloning the repo.
git clone https://github.com/richrd/suplemon.git cd suplemon python3 suplemon.py
Suplemon Text Editor Usage:
suplemon # New file in the current directory suplemon [filename]... # Open one or more files
Suplemon Text Editor config file path
~/.config/suplemon/suplemon-config.json