moe
Modeless, multiple-buffer, user-friendly 8-bit text editor
GNU Moe is a powerful-but-simple-to-use text editor. It works in a modeless manner, and features an intuitive set of key-bindings that assign a degree of severity to each key; for example, key combinations with the Alt key are for harmless commands like cursor movements while combinations with the Control key are for commands that will modify the text. Moe features multiple windows, unlimited undo/redo, unlimited line length, global search and replace, and more.
- Versions: 1.13
- Website: https://www.gnu.org/software/moe/moe.html
- Licenses: GPL 2+
- Package source: gnu/packages/moe.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of moe
as follows:
guix install moe
Or install a particular version:
guix install moe@1.13
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.