An open-source editor. Mouse not included! The idea is to have an editor that has the customizability of EMACS, and the speed of Vim.
Just download a copy of the installer for your distribution.
Make sure you got GCC
, clang
, and pre-commit
(pre-commit is a must only for contributing).
To get a copy of the source code for development:
$ git clone https://github.com/AliAlboainin96/MouseEditor.git
$ git submodule update --init --recursive
$ pre-commit install
Compiling code:
$ ./build.sh
$ ./buildRelease.sh
Please follow this code convention any code that fails to comply will not be accepted (although your code may be updated from the owners so that it applies to standard). We accept all kinds of contributions, feel free to discuss your idea with the owners.
- AliAboainin96 - Owner - Ali
- altffour - Co-Owner - realaltffour
- See also the list of contributors who participated in this project.
This project licensed under GPL v3.0 - see the LICENSE file for details