summaryrefslogtreecommitdiff
path: root/src/config/mod.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-08-02 21:34:41 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-08-02 21:34:41 +0200
commitbb9944d086332ed0b8d6064316225e901c456bd7 (patch)
treed8e42f8cee5db6236b775f10346ac5cd24c888a4 /src/config/mod.rs
parent665eecff57a0a5f9ccb225d3781f6ecdc7637920 (diff)
change 'viewsheet' bindings to 'view'
Diffstat (limited to 'src/config/mod.rs')
-rw-r--r--src/config/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/mod.rs b/src/config/mod.rs
index b01be62..4f8ad7d 100644
--- a/src/config/mod.rs
+++ b/src/config/mod.rs
@@ -6,6 +6,7 @@ use self::theme::Theme;
pub mod constants;
pub mod theme;
+pub mod keymap;
#[derive(Debug, Default)]
pub struct GlobalConfig {