fix(tui): unify keybinding footer, remove duplicate status bar
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user