Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 537 Bytes

File metadata and controls

24 lines (16 loc) · 537 Bytes

editor

A terminal based text editor.

editor

Features

  • Window Splitting
    Split your terminal into multiple panes to view and edit multiple buffers simultaneously.

  • Multiple Buffers
    Open, edit, and manage multiple files at once.

  • Custom Configuration
    Fully configurable using the Rhai scripting language for custom behavior, keybindings, and editor settings.

Installation

From Source

git clone https://github.com/vasiltop/editor
cd editor
cargo build --release