fix close modal

This commit is contained in:
Robin Olsen
2026-03-20 17:11:51 +01:00
parent 2abddd5b54
commit 14e64f73f2
9 changed files with 64 additions and 24 deletions

View File

@@ -27,7 +27,7 @@ func DefaultCommonKeyMap() CommonKeyMap {
key.WithHelp("?", "help"),
),
Quit: key.NewBinding(
key.WithKeys("q", "ctrl+c"),
key.WithKeys("q"),
key.WithHelp("q", "quit"),
),
ScrollUp: key.NewBinding(