From a6ad0d90f0f79b1891317e8be4d03484ea79c143 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 6 Aug 2025 14:56:40 -0400 Subject: [PATCH] feat(tui): chat: add copy and clear selection key bindings to help --- internal/tui/page/chat/chat.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/tui/page/chat/chat.go b/internal/tui/page/chat/chat.go index 4d5bd758a0bd54154f06f92f6940746f4a6bc9fb..381ad91d429ffd10ac5461b869ca33db1e68fb33 100644 --- a/internal/tui/page/chat/chat.go +++ b/internal/tui/page/chat/chat.go @@ -917,6 +917,10 @@ func (p *chatPage) Help() help.KeyMap { key.WithHelp("G", "end"), ), }, + []key.Binding{ + messages.CopyKey, + messages.ClearSelectionKey, + }, ) case PanelTypeEditor: newLineBinding := key.NewBinding(