Lexis is a custom text editor developed as an educational project. It aims to provide a seamless editing experience with support for Vim-like motions and other advanced text editing features.
This project is licensed under the MIT License - see the LICENSE file for details.
- Vim Motions: Navigate and edit text with efficient Vim-style commands.
- Golang: Make sure you have go installed. Install Go
-
Clone the repository:
git clone https://github.com/Igor-Basilio/lexis cd lexis -
Run the project:
go run ./main
- Inspired by the simplicity and efficiency of Vim.
- Thanks to all the contributors who have helped in the development of Lexis.