file_picker_in_current_buffer_directory not working #8816
Unanswered
BobbyByrne
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
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 |
Beta Was this translation helpful? Give feedback.
2 replies
-
To clarify the difference (as far as I understand):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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)
Beta Was this translation helpful? Give feedback.
All reactions