Skip to content

Commit 9210d8c

Browse files
committed
fix key binding used in comand bar for stash_open
this fixes #1454
1 parent e902f4c commit 9210d8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

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

1819
## [0.22.1] - 2022-11-22
1920

Diff for: src/strings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ pub mod commands {
11181118
CommandText::new(
11191119
format!(
11201120
"Inspect [{}]",
1121-
key_config.get_hint(key_config.keys.focus_right),
1121+
key_config.get_hint(key_config.keys.stash_open),
11221122
),
11231123
"open stash commit details (allows to diff files)",
11241124
CMD_GROUP_STASHES,

0 commit comments

Comments
 (0)