We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f3525 commit 2a5834aCopy full SHA for 2a5834a
src/strings.rs
@@ -325,9 +325,10 @@ pub mod commands {
325
) -> CommandText {
326
CommandText::new(
327
format!(
328
- "Tab [{}{}{}{}]",
+ "Tab [{}{}{}{}{}]",
329
key_config.get_hint(key_config.tab_status),
330
key_config.get_hint(key_config.tab_log),
331
+ key_config.get_hint(key_config.tab_files),
332
key_config.get_hint(key_config.tab_stashing),
333
key_config.get_hint(key_config.tab_stashes),
334
),
0 commit comments