What is "sublime-text"
Sublime Text is a cross-platform text and source code editor written in C++ language. Initially, the program was intended to be an extension of Vim.
Some of the features include:
- Minimap: a preview of all the source code;
- Ability to select multiple parts of code;
- Multi-panel edition;
- Auto-rescue;
- Search and replace with Regexp support;
- Customizable syntax staining;
- Autocomplete and matching parentheses;
- Python-based macro and extension support;
- Customizable hot keys;