Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 938 Bytes

File metadata and controls

38 lines (23 loc) · 938 Bytes

Lexis

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.

License

License
This project is licensed under the MIT License - see the LICENSE file for details.

Features

  • Vim Motions: Navigate and edit text with efficient Vim-style commands.

Getting Started

Prerequisites

  • Golang: Make sure you have go installed. Install Go

Installation

  1. Clone the repository:

    git clone https://github.com/Igor-Basilio/lexis
    cd lexis
  2. Run the project:

    go run ./main

Acknowledgements

  • Inspired by the simplicity and efficiency of Vim.
  • Thanks to all the contributors who have helped in the development of Lexis.