working common mode

This commit is contained in:
filipriec
2025-02-28 23:15:30 +01:00
parent f2d2943232
commit f1d2e5c43d
6 changed files with 205 additions and 107 deletions

View File

@@ -71,7 +71,7 @@ impl Config {
}
/// Helper function to get an action for a key in a specific mode.
fn get_action_for_key_in_mode<'a>(
pub fn get_action_for_key_in_mode<'a>(
&self,
mode_bindings: &'a HashMap<String, Vec<String>>,
key: KeyCode,