fix close modal
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user