aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 849f7281..25bffd2e 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -94,7 +94,7 @@ macro_rules! hashmap {
type Keymap = HashMap<Key, Command>;
-fn default() -> Keymap {
+pub fn default() -> Keymap {
hashmap!(
Key {
code: KeyCode::Char('h'),