diff --git a/help/help.go b/help/help.go index 8e5f77f1..edb5a473 100644 --- a/help/help.go +++ b/help/help.go @@ -215,9 +215,8 @@ func (m Model) FullHelpView(groups [][]key.Binding) string { if m.Width > 0 && totalWidth > m.Width { break } + out = append(out, sep) } - - out = append(out, sep) } return lipgloss.JoinHorizontal(lipgloss.Top, out...)