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); }