mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
Add shortcut for files tab to help
This commit is contained in:
parent
18f35256b3
commit
2a5834aeb0
1 changed files with 2 additions and 1 deletions
|
|
@ -325,9 +325,10 @@ pub mod commands {
|
||||||
) -> CommandText {
|
) -> CommandText {
|
||||||
CommandText::new(
|
CommandText::new(
|
||||||
format!(
|
format!(
|
||||||
"Tab [{}{}{}{}]",
|
"Tab [{}{}{}{}{}]",
|
||||||
key_config.get_hint(key_config.tab_status),
|
key_config.get_hint(key_config.tab_status),
|
||||||
key_config.get_hint(key_config.tab_log),
|
key_config.get_hint(key_config.tab_log),
|
||||||
|
key_config.get_hint(key_config.tab_files),
|
||||||
key_config.get_hint(key_config.tab_stashing),
|
key_config.get_hint(key_config.tab_stashing),
|
||||||
key_config.get_hint(key_config.tab_stashes),
|
key_config.get_hint(key_config.tab_stashes),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue