PeteNaJaXD

📝 mt-code - A Simple Way to Edit Code

Download mt-code

🚀 Getting Started

mt-code is a straightforward terminal-based code editor. It comes with features like Language Server Protocol (LSP) support, plugins, a command palette, and syntax highlighting. This guide will help you download and run mt-code smoothly.

🔽 Download & Install

To get started, visit the Releases page to download mt-code. Follow the steps below to install and run the application.

  1. Download mt-code:
    • Go to the Releases page.
    • Choose the latest version and download the appropriate file for your operating system.
  2. Installation Process:
    • Open your terminal.
    • Navigate to the directory where you downloaded mt-code, usually your Downloads folder.
    cd ~/Downloads  # Adjust if you downloaded it to a different folder
    
    • Clone the repository and run the install script:
    git clone https://github.com/mystyy01/mt-code.git
    cd mt-code
    chmod +x install.sh
    ./install.sh
    

    The install script will:

    • Create a virtual environment.
    • Install necessary dependencies.
    • Add mt-code to your PATH so it can be run from anywhere.
    • Launch the editor with a welcome file to help you get started.

🖥️ Usage Instructions

Once installed, you can run mt-code using the terminal. Here are some basic commands to use in mt-code:

🎹 Keybinds

To make your coding experience smoother, here are some useful key combinations:

Key Action
Ctrl+O / Ctrl+N Open a file / New tab
Ctrl+S Save the file
Ctrl+W Close the tab
Ctrl+Q Quit the editor
Shift+Tab Switch between tabs
Ctrl+E Focus on the editor
Ctrl+T Focus on the terminal
Ctrl+R Focus on the file explorer
Ctrl+P Open the command palette
Ctrl+F Find and replace
Ctrl+Space Trigger autocomplete

📋 Features

💻 System Requirements

🤝 Support

If you encounter any issues or need assistance, please refer to the Issues section of the GitHub repository. You can also submit a new issue describing your problem.

🔗 Further Resources

Feel free to explore mt-code and enhance your coding experience!