Skip to content

Commit

Permalink
change to c-f c-a
Browse files Browse the repository at this point in the history
  • Loading branch information
cossonleo committed Feb 14, 2022
1 parent 4b84f59 commit 64a79d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/ui/picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ impl<T: 'static> Component for FilePicker<T> {
}
EventResult::Consumed(None)
}
ctrl!('f') => {
ctrl!('l') => {
if let Some(cwd) = doc!(cx.editor).path().and_then(|p| p.parent()) {
filter(cwd);
}
Expand Down

0 comments on commit 64a79d5

Please sign in to comment.