texteditor
texteditor copied to clipboard
Make hot keys configurable
TBD Config in C++ file vs. normal config.
Should we use config.hpp so that we rebuild text editor for making changes or should we think of using a .config file?
I did not think about this. I think will be cool to have everything in C++, but definitely it is not convenient to recompile every time when I want to change config. Probably use some dynamic libraries, or just give up and use .config.