aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/keymap.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-10-13 14:11:30 +0000
committerBlaž Hrastnik2020-10-13 14:13:56 +0000
commit989080afedc6632ca9d994b40e12a46dafcea405 (patch)
tree0929c792d469533ff103656e985d7dcf5ae91653 /helix-view/src/keymap.rs
parent0826739c6211a342ebf0a58e5364d496cbe50f08 (diff)
clippy lint
Diffstat (limited to 'helix-view/src/keymap.rs')
-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!(