A text editor inspired by Emacs with Lua at it's core
|
|
há 1 semana atrás | |
|---|---|---|
| documentation | há 1 semana atrás | |
| include | há 1 semana atrás | |
| lua | há 1 mês atrás | |
| resources | há 1 mês atrás | |
| scripts | há 1 mês atrás | |
| src | há 1 semana atrás | |
| tests | há 1 mês atrás | |
| .envrc | há 1 mês atrás | |
| .gitignore | há 1 mês atrás | |
| CMakeLists.txt | há 1 semana atrás | |
| GEMINI.md | há 1 mês atrás | |
| README.md | há 1 mês atrás | |
| init.lua | há 1 mês atrás | |
| shell.nix | há 1 semana atrás |
A modern, highly customizable text editor engine written in C++20, deeply inspired by Emacs and featuring powerful Lua 5.4 scripting support. Lumacs emphasizes a clear separation between its core logic and UI, making it both flexible and extensible.
Lumacs aims to provide a rich, Emacs-like editing experience with a focus on configurability and modern C++ practices.
The editor currently boasts a wide array of functional features, as detailed in the Development Plan.
Core Emacs Editing DNA:
Advanced UI & System Integration:
Extensibility:
sol2 bindingscmake -B build -S .
cmake --build build -j4
./build/lumacs [file]
Common Emacs-like keybindings are supported. Refer to init.lua for the full default keymap.
M-x set-theme (then use Tab for completion)C-x 2 (horizontal), C-x 3 (vertical), C-x 0 (close window), C-x o (next window)C-x b (switch buffer), C-x k (kill buffer), C-x C-b (list buffers)F3 (start macro), F4 (end macro/call macro), C-x r s (copy to register), C-x r i (insert register), C-x r k (kill rectangle), C-x r y (yank rectangle)MIT