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
@@ -167,7 +167,7 @@ func (t *HostListTab) View() string {
// Footer
var footer styledRow
footerText := "[n]ew [e]dit [d]el [f]sftp [K]eygen [/]find [q]uit"
footerText := "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(footerText), plain: footerText}
rows = append(rows, footer) // for widest measurement