fix key binding used in comand bar for stash_open

this fixes #1454
This commit is contained in:
extrawurst 2022-11-28 01:14:03 +01:00
parent e902f4ce3e
commit 9210d8ca87
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* commit msg history ordered the wrong way ([#1445](https://github.com/extrawurst/gitui/issues/1445))
* improve help documentation for amend cmd ([#1448](https://github.com/extrawurst/gitui/issues/1448))
* lag issue when showing files tab ([#1451](https://github.com/extrawurst/gitui/issues/1451))
* fix key binding shown in bottom bar for `stash_open` ([#1454](https://github.com/extrawurst/gitui/issues/1454))
## [0.22.1] - 2022-11-22

View file

@ -1118,7 +1118,7 @@ pub mod commands {
CommandText::new(
format!(
"Inspect [{}]",
key_config.get_hint(key_config.keys.focus_right),
key_config.get_hint(key_config.keys.stash_open),
),
"open stash commit details (allows to diff files)",
CMD_GROUP_STASHES,