Skip to content

Commit 2a5834a

Browse files
cruesslerStephan Dilly
authored andcommitted
Add shortcut for files tab to help
1 parent 18f3525 commit 2a5834a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/strings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,10 @@ pub mod commands {
325325
) -> CommandText {
326326
CommandText::new(
327327
format!(
328-
"Tab [{}{}{}{}]",
328+
"Tab [{}{}{}{}{}]",
329329
key_config.get_hint(key_config.tab_status),
330330
key_config.get_hint(key_config.tab_log),
331+
key_config.get_hint(key_config.tab_files),
331332
key_config.get_hint(key_config.tab_stashing),
332333
key_config.get_hint(key_config.tab_stashes),
333334
),

0 commit comments

Comments
 (0)