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.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 25bffd2e..44f4fc95 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -1,6 +1,11 @@
-use crossterm::event::{KeyCode, KeyEvent as Key, KeyModifiers as Modifiers};
+use crossterm::{
+ event::{KeyCode, KeyEvent as Key, KeyModifiers as Modifiers},
+ execute,
+ style::Print,
+};
use helix_core::commands::{self, Command};
use std::collections::HashMap;
+use std::io::{stdout, Write};
// Kakoune-inspired:
// mode = {