withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.05k stars 63 forks source link

Conflict with `zsh-autosuggest` #1334

Closed KenWuqianghao closed 2 years ago

KenWuqianghao commented 2 years ago

Sanity checks

Issue Details

Popup only shows for an instant when I press the spacebar. https://user-images.githubusercontent.com/20444505/163882364-07575c0a-4d6c-4f37-aa82-5848ff0a4fc6.mov

https://user-images.githubusercontent.com/20444505/163886208-76ec8466-f113-4588-a2ac-c074e4e9d44f.mp4

Screen Shot 2022-04-18 at 23 42 33

Environment

# Fig Diagnostics
## Fig details:
  - Fig version: Version 1.0.56 (B436) [ABC]
  - Bundle path: /Applications/Fig.app
  - Autocomplete: true
  - Settings.json: true
  - Accessibility: true
  - Number of specs: 0
  - Symlinked dotfiles: false
  - Only insert on tab: false
  - Keybindings path:
  - Installation Script: true
  - PseudoTerminal Path: /opt/homebrew/Caskroom/miniforge/base/condabin:/opt/local/bin:/opt/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Library/Apple/usr/bin:/Users/kenwu/.cargo/bin:/Users/kenwu/.fig/bin:/Users/kenwu/.local/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin
  - SecureKeyboardInput: false
  - SecureKeyboardProcess: <none>
## Hardware Info:
  - Model Name: MacBook Pro
  - Model Identifier: MacBookPro18,3
  - Chip: Apple M1 Pro
  - Cores: 8 (6 performance and 2 efficiency)
  - Memory: 16 GB
## OS Info:
  - macOS 12.3.1 (21E258)
## Environment:
  - User Shell: /bin/zsh
  - Current Directory: /Users/kenwu
  - CLI Installed: true
  - Executable Location: /opt/homebrew/bin/fig
  - Current Window ID: 252/% (com.googlecode.iterm2)
  - Active Process: zsh (5871) - /dev/ttys001
  - Environment Variables:
    - TERM_SESSION_ID=w0t0p0:19185BD9-F83C-4911-ABF8-BC5EC1574E3A
    - PATH=/opt/homebrew/Caskroom/miniforge/base/condabin:/opt/local/bin:/opt/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Library/Apple/usr/bin:/Users/kenwu/.cargo/bin:/Users/kenwu/.fig/bin:/Users/kenwu/.local/bin:/Applications/Visual Studio Code.app/Contents/Resources/app/bin
    - TERM=xterm-256color
    - FIG_INTEGRATION_VERSION=8
    - FIG_TERM=1
    - FIG_TERM_VERSION=4.3.0
    - FIG_PID=5871
## Integrations:
  - SSH: false
  - TMUX: false
  - iTerm: installed!
  - Hyper: application is not present.
  - Visual Studio Code: installed!
  - Docker: false
mschrage commented 2 years ago

Hey @KenWuqianghao! It looks like the zsh-autocomplete plugin that you are using conflicts with Fig's shell integrations.

If you disable zsh-autocomplete, Fig will work as expected. Please let me know if you need help figuring out how to disable zsh-autocomplete :)

KenWuqianghao commented 2 years ago

Hey @KenWuqianghao! It looks like the zsh-autocomplete plugin that you are using conflicts with Fig's shell integrations.

If you disable zsh-autocomplete, Fig will work as expected. Please let me know if you need help figuring out how to disable zsh-autocomplete :)

Thank you, that solved the issue.