mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
fix(keymap): point to proper MappableCommand
instead of Command
(#13214)
This commit is contained in:
parent
7929c0719d
commit
01fce51c45
@ -90,7 +90,7 @@ macro_rules! keymap {
|
||||
};
|
||||
|
||||
(@trie [$($cmd:ident),* $(,)?]) => {
|
||||
$crate::keymap::KeyTrie::Sequence(vec![$($crate::commands::Command::$cmd),*])
|
||||
$crate::keymap::KeyTrie::Sequence(vec![$($crate::commands::MappableCommand::$cmd),*])
|
||||
};
|
||||
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user