Issue
I have FFF GUI installed following the README. The space f f keybinding works in the sense that it opens the FFF GUI panel — I can search and navigate results — but selecting/opening a file from the list does nothing. The file is highlighted but pressing Enter or clicking does not open it in the editor.
Setup
- Zed version: latest stable
- FFF GUI extension: installed via Zed extensions
Keybinding config (workspace context)
{
"context": "Workspace",
"bindings": {
"space f f": ["task::Spawn", { "task_name": "fff-gpui: Files" }],
"space f g": ["task::Spawn", { "task_name": "fff-gpui: Grep" }]
}
}
Questions
- Is there a specific version of
fff (the CLI tool) required? I see the README mentions th0jensen/fff — is that a dependency?
- Any troubleshooting steps to debug why selecting a file isn't working?
- Are there any log files or Zed console output I should check?
- Does the extension rely on a particular Zed API that may have changed recently?
What I've tried
- Restarting Zed after installing the extension
- Double-checking the keybinding format
- The FFF GUI panel appears correctly, just the file-open action doesn't work
Happy to provide more details or test any suggestions!
Issue
I have FFF GUI installed following the README. The
space f fkeybinding works in the sense that it opens the FFF GUI panel — I can search and navigate results — but selecting/opening a file from the list does nothing. The file is highlighted but pressing Enter or clicking does not open it in the editor.Setup
Keybinding config (workspace context)
{ "context": "Workspace", "bindings": { "space f f": ["task::Spawn", { "task_name": "fff-gpui: Files" }], "space f g": ["task::Spawn", { "task_name": "fff-gpui: Grep" }] } }Questions
fff(the CLI tool) required? I see the README mentions th0jensen/fff — is that a dependency?What I've tried
Happy to provide more details or test any suggestions!