Skip to content

Commit 7082604

Browse files
fix: update the tip to resemble the right keybind
1 parent 603e5e1 commit 7082604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ui/tasklist/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (m Model) renderEmpty() string {
162162
Background(m.styles.Theme.Bg).
163163
Italic(true).
164164
Margin(2, 0, 0, 0).
165-
Render("Tip: Use the command palette (Ctrl+K) to access all features")
165+
Render("Tip: Use the command palette (Ctrl+P) to access all features")
166166

167167
content := lipgloss.JoinVertical(lipgloss.Center,
168168
icon,

0 commit comments

Comments
 (0)