Skip to content

ekrishgupta/leaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Leaf

A blazing-fast, aesthetically pleasing terminal text editor built in C++17 with FTXUI, using modern WASD keybinds instead of Vim's hjkl.

Features

  • 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.

Build Instructions

mkdir build
cd build
cmake ..
cmake --build .
./bin/leaf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors