Skip to content

Commit c2110a7

Browse files
committed
Bind the escape key back
Signed-off-by: Djordje Lukic <[email protected]>
1 parent 12fc668 commit c2110a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/tui/page/chat/chat.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ func defaultKeyMap() KeyMap {
9090
key.WithKeys("tab"),
9191
key.WithHelp("tab", "switch focus"),
9292
),
93+
Cancel: key.NewBinding(
94+
key.WithKeys("esc"),
95+
),
9396
}
9497
}
9598

0 commit comments

Comments
 (0)