From c0d0e3118645723a88c82fcd6c9e389165409ff0 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 26 Dec 2020 11:34:30 +0100 Subject: [PATCH] more comment --- src/keys.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keys.rs b/src/keys.rs index 963e10d0..2f3bcce1 100644 --- a/src/keys.rs +++ b/src/keys.rs @@ -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(),