You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pickers not working from the command palette is: #4508 if you want the picker in current buffer directory then at the moment you need to bind it to key
Summary
This command doesn't do anything. It simply closes the command panel.
The PR for this feature has another user experiencing the same issue back in April.
#4666 (comment)
I'm also experiencing the same issue with
<space>f
and<space>F
doing the same thing.Reproduction Steps
I tried this:
/projects/foo
/projects/foo/bar/baz.rs
file_picker
I expected this to happen:
file_picker
file_picker_in_current_directory
/projects/foo
file_picker_in_current_buffer_directory
/projects/foo/bar
file_picker
, but I'm not sure what the actual default behavior is.Instead, this happened:
file_picker
using space f/projects/foo
file_picker_in_current_directory
using space F/projects/foo
file_picker
using command window<space>?
file_picker_in_current_directory
using command window<space>?
file_picker_in_current_buffer_directory
using command window<space>?
Helix log
No response
Platform
Windows (WSL)
Terminal Emulator
Windows Terminal Version: 1.18.2822.0
Installation Method
releases page
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: