Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.41 KB

File metadata and controls

39 lines (31 loc) · 1.41 KB

MouseEditor

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.

Getting Started

Users

Just download a copy of the installer for your distribution.

Developers

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

Built With

Contributing:

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.

Authors:

License:

This project licensed under GPL v3.0 - see the LICENSE file for details