Added code view widget and base command system; updated keybinding system

This commit is contained in:
2025-12-14 02:44:05 -06:00
parent 2c453bc621
commit 849e7611ca
29 changed files with 1597 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
{
"keybindings": {
"show_completion" : { "released" : "<Control>space" },
"line_up" : { "held" : "<Control>Up" },
"line_down" : { "held" : "<Control>Down" },
"new_file" : { "released" : "<Control>t" },
"open_files" : { "released" : "<Control>o" },
"close_file" : { "released" : "<Control>w" }
}
}