File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
* commit msg history ordered the wrong way ([ #1445 ] ( https://github.com/extrawurst/gitui/issues/1445 ) )
15
15
* improve help documentation for amend cmd ([ #1448 ] ( https://github.com/extrawurst/gitui/issues/1448 ) )
16
16
* 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 ) )
17
18
18
19
## [ 0.22.1] - 2022-11-22
19
20
Original file line number Diff line number Diff line change @@ -1118,7 +1118,7 @@ pub mod commands {
1118
1118
CommandText :: new (
1119
1119
format ! (
1120
1120
"Inspect [{}]" ,
1121
- key_config. get_hint( key_config. keys. focus_right ) ,
1121
+ key_config. get_hint( key_config. keys. stash_open ) ,
1122
1122
) ,
1123
1123
"open stash commit details (allows to diff files)" ,
1124
1124
CMD_GROUP_STASHES ,
You can’t perform that action at this time.
0 commit comments