A blazing-fast, aesthetically pleasing terminal text editor built in C++17 with FTXUI, using modern WASD keybinds instead of Vim's hjkl.
- WASD Navigation: Arrow keys are fine, but WASD is better. Modal interface with Normal and Insert modes.
- Fast: Built in C++ with zero-GC overhead.
- Aesthetic: Tokyo Night-inspired color palette and smooth Terminal rendering.
mkdir build
cd build
cmake ..
cmake --build .
./bin/leaf