fix(tui): restore muted status bar, remove duplicate global keys from tab footers
This commit is contained in:
@@ -190,7 +190,7 @@ func (t *KeyListTab) View() string {
|
||||
}
|
||||
}
|
||||
|
||||
footerPlain := "Ctrl+N:add Ctrl+E:edit D:delete Esc:back Ctrl+Tab:switch Ctrl+Q:close"
|
||||
footerPlain := "Ctrl+N:add Ctrl+E:edit D:delete Esc:back"
|
||||
footer := styledRow{text: SubtitleStyle.Render(footerPlain), plain: footerPlain}
|
||||
|
||||
widestRow := lipgloss.Width(titlePlain)
|
||||
|
||||
Reference in New Issue
Block a user