From 0e78237da5eae86c937eb3f630f4409abe3c1f0e Mon Sep 17 00:00:00 2001 From: thomasschafer Date: Mon, 18 Nov 2024 22:29:34 +0000 Subject: [PATCH] Fix incorrect keymap --- src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.rs b/src/ui.rs index 51c0034..2b11222 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -327,7 +327,7 @@ pub fn render(app: &App, frame: &mut Frame) { CurrentScreen::Confirmation => { vec![ - " search", + " replace", " toggle", " down", " up",