2 releases
Uses new Rust 2024
new 0.1.1 | May 10, 2025 |
---|---|
0.1.0 | May 10, 2025 |
#32 in Text editors
97 downloads per month
67KB
1.5K
SLoC
MTE - Maximus Text Editor
A small terminal based text editor tuned on my own preferences.
It doesn't aim at supporting many usecases, nor being super configurable. It's made to support my own usecase and taste, so most stuff is hardcoded.
You can obviously change the code to suit your needs, as long as you comply with the provided license.
Note: only tested on linux
Note: currently not localized, Italian only
Licensing information
MTE - A small terminal based text editor
Copyright (C) 2025 Massimo Gismondi
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Installation
Installing the latest release:
cargo install mte
Compiling and installing a local copy:
make install
Commands
Command | Description |
---|---|
Tab | Indent |
Shift Tab | Unindent |
Ctrl+Space | Select current line |
Ctrl+C or Ctrl+Y | Copy/Yank |
Ctrl+X or Ctrl+K | Cut |
Ctrl+V or Ctrl+P | Paste or swap |
Ctrl+Q | Exit |
Ctrl+R | Reload file |
Ctrl+S | Save |
Arrow key | Move |
Ctrl+Arrow | Jump to next whitespace |
Alt+Arrow | RESERVED |
Esc | Cancel selection |
Pag↓, Pag↑ | RESERVED |
Dependencies
~120KB