A text editor inspired by Emacs with Lua at it's core
|
|
hai 1 mes | |
|---|---|---|
| documentation | hai 1 mes | |
| include | hai 1 mes | |
| resources | hai 1 mes | |
| scripts | hai 1 mes | |
| src | hai 1 mes | |
| tests | hai 1 mes | |
| .envrc | hai 1 mes | |
| .gitignore | hai 1 mes | |
| CMakeLists.txt | hai 1 mes | |
| README.md | hai 1 mes | |
| init.lua | hai 1 mes | |
| shell.nix | hai 1 mes | |
| themes.lua | hai 1 mes |
A modern text editor in C++20, inspired by Emacs with powerful Lua scripting support.
cmake -B build -S .
cmake --build build -j4
./build/lumacs [file]
M-x theme-selectionC-x 2 (horizontal), C-x 3 (vertical), C-x 0 (close)C-x b (switch), C-x k (kill), C-x C-b (list)F3/F4 (macros), C-x r s/i (registers), C-x r k/y/t (rectangles)MIT