canvas has now its own config for keybindings, lets use that from the client

This commit is contained in:
Priec
2025-07-29 17:16:03 +02:00
parent d837acde63
commit 306cb956a0
8 changed files with 430 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
pub mod state;
pub mod actions;
pub mod modes;
pub mod config;
pub mod suggestions;
pub mod dispatcher;