mirror of https://github.com/helix-editor/helix
clippy lint
parent
0826739c62
commit
989080afed
|
@ -117,14 +117,14 @@ macro_rules! ctrl {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
macro_rules! alt {
|
// macro_rules! alt {
|
||||||
($ch:expr) => {
|
// ($ch:expr) => {
|
||||||
Key {
|
// Key {
|
||||||
code: KeyCode::Char($ch),
|
// code: KeyCode::Char($ch),
|
||||||
modifiers: Modifiers::ALT,
|
// modifiers: Modifiers::ALT,
|
||||||
}
|
// }
|
||||||
};
|
// };
|
||||||
}
|
// }
|
||||||
|
|
||||||
pub fn default() -> Keymaps {
|
pub fn default() -> Keymaps {
|
||||||
hashmap!(
|
hashmap!(
|
||||||
|
|
Loading…
Reference in New Issue