fig icon indicating copy to clipboard operation
fig copied to clipboard

need to press three spaces to be prompte

Open shuifa opened this issue 3 years ago • 4 comments

Sanity checks

  • [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • [X] I have run fig doctor in the affected terminal session
  • [X] I have run fig restart and tested again (tell us if that fixed it)

Issue Details

Description:

https://user-images.githubusercontent.com/53784478/194249227-c9c6d083-ca74-4f43-8273-9aa5d7596e0c.mp4

just like the video show

Environment

fig-details:
  - desktop-version: Version 1.0.62 (B539) [ABC]
hardware-info:
  - model: MacBook Pro
  - model-id: MacBookPro18,3
  - chip-id: Apple M1 Pro
  - cores: 8 (6 performance and 2 efficiency)
  - mem: 16 GB
os-info:
  - macOS 12.6.0 (21G115)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/shuifa/workspace
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIG_INTEGRATION_VERSION: 8
    - FIG_TERM: 1
    - FIG_TERM_VERSION: 5.2.0
    - PATH: /opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/libpcap/bin:/opt/homebrew/opt/openssl@3/bin:/Users/shuifa/.nvm/versions/node/v17.3.0/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Wireshark.app/Contents/MacOS:/Users/shuifa/.fig/bin:/Users/shuifa/.local/bin:/Users/shuifa/Library/Application Support/JetBrains/Toolbox/scripts:/Users/shuifa/go/bin
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - TERM_SESSION_ID: cf27d99c-eeeb-4914-b3ba-6e97bec05393
    - FIG_PID: 30919
    - FIG_PARENT: cf27d99c-eeeb-4914-b3ba-6e97bec05393
    - FIG_SET_PARENT: cf27d99c-eeeb-4914-b3ba-6e97bec05393
- integrations:
  - SSH: false
  - TMUX: false
  - iTerm: installed!
  - Hyper: application is not present.
  - Visual Studio Code: installed!
  - Docker: true

shuifa avatar Oct 06 '22 07:10 shuifa

same happens for me, might be related to https://github.com/withfig/fig/issues/1589

mekhovov avatar Oct 07 '22 16:10 mekhovov

Can you open two terminal windows:

  1. In the first, run FIG_LOG_LEVEL=debug in
  2. In the second, separate terminal window run fig debug logs
  3. Take a screen recording reproducing this behavior in the first terminal session

Also could you share your .zshrc file?

mschrage avatar Oct 08 '22 02:10 mschrage

Can you open two terminal windows:

  1. In the first, run FIG_LOG_LEVEL=debug in
  2. In the second, separate terminal window run fig debug logs
  3. Take a screen recording reproducing this behavior in the first terminal session

Also could you share your .zshrc file?

This is the output of the fig debug logs command executed in the steps above

fig-debug.log

and this is my .zshrc file

zshrc.txt

shuifa avatar Oct 08 '22 15:10 shuifa

Looks like this may be a conflict with Powerlevel10k. To confirm, can you switch to a different ZSH theme (and remove p10k from your zshrc) and then see if the issue persists? @shuifa @mekhovov

mschrage avatar Oct 08 '22 20:10 mschrage

This issue has been automatically closed because there has been no activity for 14 days.

github-actions[bot] avatar Oct 22 '22 21:10 github-actions[bot]