Skip to content
/ void Public

A simple and minimalistic text editor written in C.

License

Notifications You must be signed in to change notification settings

vie216/void

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Void

A simple and minimalistic text editor written in C with Suckless-style configuration.

THIS SOFTWARE IS UNFINISHED!!!

Building

Unix

./build.sh
./void src/config.h

Keybindings

All of them can be changed in the configuration file.

Key Action
Ctrl+Q quit
Ctrl+S save
Left/Right Arrows move left/right one character
Up/Down Arrows move up/down one line
Ctrl+Left/Right Arrows move left/right one word
Ctrl+Up/Down Arrows move up/down one paragraph
Alt+Left/Right Arrows move to the line start/end
Alt+Up/Down Arrows move to the file start/end

About

A simple and minimalistic text editor written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published