From 64a79d5c4d0c6dc199f7283386d2cb0c3c3c3673 Mon Sep 17 00:00:00 2001 From: cossonleo Date: Mon, 24 Jan 2022 15:54:19 +0800 Subject: [PATCH] change to c-f c-a --- helix-term/src/ui/picker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index f5a011f22187..2c0358b7817f 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -275,7 +275,7 @@ impl Component for FilePicker { } EventResult::Consumed(None) } - ctrl!('f') => { + ctrl!('l') => { if let Some(cwd) = doc!(cx.editor).path().and_then(|p| p.parent()) { filter(cwd); }