We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1739600 commit 335df77Copy full SHA for 335df77
internal/tui/views/selected_collection.go
@@ -217,7 +217,7 @@ func (v SelectedCollectionView) View() string {
217
mainStyle.Render(mainContent),
218
)
219
220
- instructions := "↑↓: navigate endpoints • 1: request • 2: response • enter: edit • esc: stop editing • r: send • esc/q: back"
+ instructions := "↑↓: navigate endpoints • a: add endpoint • 1: request • 2: response • enter: edit • esc: stop editing • r: send • esc/q: back"
221
if v.notification != "" {
222
instructions = lipgloss.NewStyle().
223
Foreground(styles.Warning).
0 commit comments