-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Casey Williams edited this page Apr 6, 2017
·
4 revisions
bric is a text editor based on kilo.
bric does not depend on any library (not even curses). It uses fairly standard VT100 (and similar terminals) escape sequences to write and read to and from the terminal.
If you have performed a make install
then just bric <filename>
. It can be a new or existing filename.
Shortcuts:
Ctrl-Q - Quit
Ctrl-S - Save
Ctrl-F - Find
Ctrl-G - Goto
Arrow Keys - Move
- Git integration
- More syntax keyword colours
- More language syntax highlighting
- More shortcuts
I'm completely open to anyone forking and helping build features of the editor so go ahead and make a PR!
To submit any bugs or give feedback please add an issue on this repo.