Mutant is a code editor having the features of both vim editor and vscode.
$ git clone https://github.com/JustCodeIt22/MutantDownload the Python 3 installer package from the official website and install it, if not installed previously. Run the following in the terminal to install the Pygame library
$ pip install pygameDownload the source code from the repository and run the file just as any other Python script (.py) file.
$ python3 "main.py"[ + ] ctrl + t -> opening the file explorer.
[ + ] ctrl + o -> opening the files.
[ + ] ctrl + s -> saving the file.
[ + ] r -> replacing the character under the cursor.
[ + ] alt -> enabling mutant mode ⌨️.
[ + ] dd -> deleting the line on which cursor is present.
[ + ] [count] + d -> deleting the below count specified lines.
## 🎉 Happy Coding 😊 !!🎉

