Skip to content

space f f shows FFF GUI but cannot open selected file — any requirements or troubleshooting? #7

@jellydn

Description

@jellydn

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

  1. Is there a specific version of fff (the CLI tool) required? I see the README mentions th0jensen/fff — is that a dependency?
  2. Any troubleshooting steps to debug why selecting a file isn't working?
  3. Are there any log files or Zed console output I should check?
  4. 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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions