fix(tui): unify keybinding footer, remove duplicate status bar

This commit is contained in:
swanadiva
2026-06-23 17:45:06 +07:00
parent 4af555c135
commit e5d32bd22e
8 changed files with 7 additions and 26 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ func (t *KeyListTab) View() string {
}
}
footerPlain := "Ctrl+N:add Ctrl+E:edit D:delete Esc:back"
footerPlain := "Ctrl+Tab:switch Ctrl+Q:close ↑↓:nav Enter:SSH Ctrl+N:add Ctrl+F:SFTP Ctrl+K:keys Ctrl+P:snippets q:quit"
footer := styledRow{text: SubtitleStyle.Render(footerPlain), plain: footerPlain}
widestRow := lipgloss.Width(titlePlain)