When use_system_path_prompts is set to false, the Open Folder prompt shows you the listing for the currently-typed path, and you can open entries using the Enter key. It should also be possible to use the Tab key to drill down through multiple subfolders, without having to type out the whole thing.
Tab completion in non-system path prompt #270
I think this is broken because auto completion is disabled by default. Will investigate.
Think I figured it out, please test with main :)
Doesn't seem fixed to me, as of ecd658494
Hm, it works for me. But there are ways that settings and keybindings can mess it up. If you bind "tab" with context "Editor" to do something else, it will override the default binding for "tab" in context "Picker > Editor". That's one thing that confused me while trying to fix it, and the fix was to change the context for supertab to "Editor && mode == full".
Ah. Yeah, as has been discussed many times, the keybinding system is full of footguns.
I see you've already updated the docs 👍
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?