From 81d7512479f01e5b22a26967642dd7951369bd65 Mon Sep 17 00:00:00 2001 From: citrons Date: Thu, 5 Jun 2025 19:51:00 -0500 Subject: ctrl+l to clear command window preview --- client/ui.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/ui.go') diff --git a/client/ui.go b/client/ui.go index 50e7790..ab5e190 100644 --- a/client/ui.go +++ b/client/ui.go @@ -107,6 +107,8 @@ func (a *application) onInput(ev tui.Event) { case '0' | keys.Alt: a.goTo(cmdWindowLocation{}) + case 'l' | keys.Ctrl: + a.cmdWindow.clearPreview() } } -- cgit v1.2.3