Amp is a modal text editor for your terminal. Keystrokes perform different functions based on the current mode.
Amp is heavily inspired by Vi/Vim. The text editor aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor. The software is targeted at developers. It’s a modal, keyboard-driven interface that makes navigating and editing text fast.
Amp is written in Rust, a modern, low-level, high-performance language without garbage collection. The software is released under an open source license.
Amp’s internals (data structures, syntax highlighting, workspace management, etc.) have been built as a separate crate: scribe.
Key Features
- No plug-ins, no configuration. All the essentials are included by default.
- Built to run inside your terminal or on a server.
- File finder that quickly indexes and finds files using a simple, accurate matching algorithm. Ignores git directories by default; easily configurable to your own liking.
- Easy movement.
- Syntax highlighting.
- Fuzzy file finder.
- Local symbol jump. Move to any class, struct, or method definition within the current buffer. Easily augment the default set of supported languages using the .sublime-syntax format.
- Basic Git integration.
- Easy movement – fast, precise cursor movement without repetitive keystrokes or fancy expressions.
- Flexible keymaps – simple YAML-based key mappings with the ability to compose multiple built-in commands into new, custom macros.
- Supports UTF-8 (and by proxy, ASCII).
Website: amp.rs
Support: Documentation, GitHub code repository
Developer: Jordan MacDonald and contributors
License: GNU General Public License v3.0

amp is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| Vim-like Text Editors | |
|---|---|
| Neovim | Vim-fork focused on extensibility and usability |
| Helix | Kakoune / Neovim inspired editor. |
| Lapce | Modern editor in Rust which uses native GUI and GPU rendering |
| NvChad | Neovim config aiming to provide a base configuration |
| LunarVim | IDE layer for Neovim |
| Kakoune | Implements Vi’s "keystrokes as a text editing language" model |
| Vis | Combining modal editing with structural regular expressions |
| vile | Text editor that combines aspects of the Emacs and vi editors |
| pyvim | Implementation of Vim in Python |
| gVim | Vim with a built-in GUI |
| amp | Vim-like editor written in Rust |
| Vy | Vim-like in Python made from scratch |
| moe | Command-line editor inspired by Vim |
| ad | Adaptable text editor |
| Levee | Also known as Captain Video |
| xvi | Portable multi-file text editor |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

