aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix-view/src/keymap.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/helix-view/src/keymap.rs b/helix-view/src/keymap.rs
index 1d7505d2..1358827d 100644
--- a/helix-view/src/keymap.rs
+++ b/helix-view/src/keymap.rs
@@ -117,14 +117,14 @@ macro_rules! ctrl {
};
}
-macro_rules! alt {
- ($ch:expr) => {
- Key {
- code: KeyCode::Char($ch),
- modifiers: Modifiers::ALT,
- }
- };
-}
+// macro_rules! alt {
+// ($ch:expr) => {
+// Key {
+// code: KeyCode::Char($ch),
+// modifiers: Modifiers::ALT,
+// }
+// };
+// }
pub fn default() -> Keymaps {
hashmap!(