mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
more comment
This commit is contained in:
parent
f927c609d4
commit
c0d0e31186
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue