fig
fig copied to clipboard
Public issue tracker for Fig.
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!
**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**...
### 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):...
### 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...
### 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...
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
### 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 -...
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)...