Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmacdonald/amp

A complete text editor for your terminal.
https://github.com/jmacdonald/amp

rust terminal text-editor vim

Last synced: 10 days ago
JSON representation

A complete text editor for your terminal.

Awesome Lists containing this project

README

        

# Amp: A text editor for your terminal.

Heavily inspired by Vi/Vim. Amp aims to take the core interaction model of Vim,
simplify it, and bundle in the essential features required for a modern text
editor.

![Amp screenshot](screenshot.png?raw=true "Amp")

Written with :heart: in [Rust](http://rust-lang.org).

Amp's internals (data structures, syntax highlighting, workspace management, etc.)
have been built as a separate crate: [scribe](https://github.com/jmacdonald/scribe).

For a full overview, along with documentation and installation instructions, visit [amp.rs](https://amp.rs).