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