feat: load and edit key bindings in config directory

This commit is contained in:
CJ van den Berg 2024-11-19 18:11:22 +01:00
parent 3af2b09891
commit dc914ba562
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 61 additions and 1 deletions

View file

@ -175,6 +175,7 @@
["r", "open_recent_project"],
["p", "open_command_palette"],
["c", "open_config"],
["k", "open_keybind_config"],
["t", "change_theme"],
["q", "quit"],
["f1", "open_help"],