more comment

This commit is contained in:
Stephan Dilly 2020-12-26 11:34:30 +01:00
parent f927c609d4
commit c0d0e31186

View File

@ -231,6 +231,7 @@ impl KeyConfig {
}
}
//TODO: make customizable (see https://github.com/extrawurst/gitui/issues/465)
fn get_modifier_hint(modifier: KeyModifiers) -> String {
match modifier {
KeyModifiers::CONTROL => "^".to_string(),