fig icon indicating copy to clipboard operation
fig copied to clipboard

Public issue tracker for Fig.

Results 318 fig issues
Sort by recently updated
recently updated
newest added

Warp [https://www.warp.dev/](url) is a new Rust-based terminal currently in closed beta. Wondering if Fig support can be added? I'm willing to help if possible!

type:integration-request

**Is your feature request related to a problem? Please describe.** I often switch to my regular terminal while using Sublime because it lacks native autocomplete. **Describe the solution you'd like**...

type:integration-request

### Description: Dotfiles Plugins blocks are ignored. For example: "Oh my zsh" plugin is set above the alias definition, however the alias is confirmed to be sourced but `omz` command...

### Description: > Please include a detailed description of the issue (and an image or screen recording, if applicable) Fig consumes more than 1.3 GB memory (Mac Mini 2020 M1):...

codebase:_UNSURE_
bug

### Description: > Please include a detailed description of the issue (and an image or screen recording, if applicable) ### Details: |macOS|Fig|Shell| |-|-|-| |12.4.0|Version 1.0.58 (B472)|/bin/zsh| fig diagnostic Version 1.0.58...

### Description: > It looks like when turning on the fuzzy search is activated the results are no longer ordered by usage. `git status` is usually the first one to...

bug

### Description: > Please include a detailed description of the issue (and an image or screen recording, if applicable) For some reason, my prompt stops working after a while and...

awaiting user reply
bug

The title says it all. Please subscribe to this issue to get an update when the autocomplete integration with Neovim's built in terminal is ready

type:integration-request

### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...

NEED_TO_LABEL

The current solution to this is to prefix `insertValue` with as many `\b` as necessary, or to create a utility function that does this. ```typescript const replace = (cmd: string)...

type:feature-request
codebase:autocomplete-app