A lightweight terminal-based code editor with LSP support, plugins, command palette and syntax highlighting.
git clone https://github.com/mystyy01/mt-code.git
cd mt-code
chmod +x install.sh
./install.shThe install script will:
- Create a virtual environment
- Install dependencies
- Add
mt-codeto your PATH - Launch the editor with a welcome file
mt-code # Open editor
mt-code file.py # Open a specific file
mt-code /path/to/folder # Open a folder| Key | Action |
|---|---|
| Ctrl+O / Ctrl+N | Open file / New tab |
| Ctrl+S | Save file |
| Ctrl+W | Close tab |
| Ctrl+Q | Quit |
| Shift+Tab | Switch tabs |
| Ctrl+E | Focus editor |
| Ctrl+T | Focus terminal |
| Ctrl+R | Focus file explorer |
| Ctrl+P | Command palette |
| Ctrl+F | Find and replace |
| Ctrl+Space | Trigger autocomplete |