I've updated the Lua config to look like how I see it. Here both the set_bindings function as well as the bindings table in the set_config function can be used. I think this way the user can use what they prefer. Currently the set_bindings function isn't implemented but that can be implemented later.
Edit: I also removed some comments I think were unnecessary so now it looks a bit cleaner.
I've updated the Lua config to look like how I see it. Here both the
set_bindings
function as well as thebindings
table in theset_config
function can be used. I think this way the user can use what they prefer. Currently theset_bindings
function isn't implemented but that can be implemented later.Edit: I also removed some comments I think were unnecessary so now it looks a bit cleaner.