A text editor inspired by Emacs with Lua at it's core
|
|
пре 1 месец | |
|---|---|---|
| documentation | пре 1 месец | |
| include | пре 1 месец | |
| resources | пре 1 месец | |
| scripts | пре 1 месец | |
| src | пре 1 месец | |
| tests | пре 1 месец | |
| .envrc | пре 1 месец | |
| .gitignore | пре 1 месец | |
| CMakeLists.txt | пре 1 месец | |
| README.md | пре 1 месец | |
| init.lua | пре 1 месец | |
| shell.nix | пре 1 месец | |
| themes.lua | пре 1 месец |
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