We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a398ee commit 477b88eCopy full SHA for 477b88e
helix-term/src/commands.rs
@@ -2091,7 +2091,7 @@ fn file_picker(cx: &mut Context) {
2091
fn file_picker_in_current_directory(cx: &mut Context) {
2092
let cwd = std::env::current_dir().unwrap_or_else(|_| PathBuf::from("./"));
2093
let picker = ui::file_picker(cwd, &cx.editor.config());
2094
- cx.push_layer(Box::new(picker));
+ cx.push_layer(Box::new(overlayed(picker)));
2095
}
2096
2097
fn buffer_picker(cx: &mut Context) {
0 commit comments