Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Ctrl+C to break process #2368

Closed
3 tasks done
hoangtrung99 opened this issue Feb 24, 2023 · 4 comments
Closed
3 tasks done

Cannot Ctrl+C to break process #2368

hoangtrung99 opened this issue Feb 24, 2023 · 4 comments
Labels
type:bug Something isn't working

Comments

@hoangtrung99
Copy link

Checks

  • I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • I have run fig doctor in the affected terminal session
  • I have run fig restart and replicated the issue again

Operating system

macOS 13.2.1 (22D68)

Expected behaviour

When press Ctrl + C -> break process

Actual behaviour

Screenshot 2023-02-24 at 21 56 43

Steps to reproduce

No response

Environment

fig-details:
  - 2.14.2
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M1 Pro
  - cores: 10
  - mem: 16.00 GB
os-info:
  - macOS 13.2.1 (22D68)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/hoangtrung/Work/solashi/yoake/gyakusan-web
  - exe-path: /Users/hoangtrung/.fig/bin/fig
  - install-method: unknown
  - env-vars:
    - FIGTERM_SESSION_ID: 0a4239f1-e023-4522-9a63-a14d9522bbfd
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.14.2
    - PATH: /Users/hoangtrung/.nvm/versions/node/v16.19.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/hoangtrung/.cargo/bin:/Users/hoangtrung/.fig/bin:/Users/hoangtrung/.local/bin:/Users/hoangtrung/.composer/vendor/bin:/Users/hoangtrung/Development/flutter/bin
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: com.googlecode.iterm2
    - FIG_PID: 27084
    - FIG_SET_PARENT: 0a4239f1-e023-4522-9a63-a14d9522bbfd
@hoangtrung99 hoangtrung99 added NEED_TO_LABEL type:bug Something isn't working labels Feb 24, 2023
@hoangtrung99 hoangtrung99 changed the title Can not ctrl+c to break process Cannot Ctrl+C to break process Feb 24, 2023
@grant0417
Copy link
Member

Hey @hoangtrung99 did you try enabling the experimental integration in dashboard? Could you share the output of fig settings all?

@hoangtrung99
Copy link
Author

Hey @hoangtrung99 did you try enabling the experimental integration in dashboard? Could you share the output of fig settings all?

app.preferredTerminal = "iTerm2"
autocomplete.keybindings.enter = "insertSelected"
autocomplete.keybindings.tab = "insertCommonPrefixOrNavigateDown"
autocomplete.theme = "dark"
figterm.csi-u.enabled = true

This is my settings.

@grant0417
Copy link
Member

It should be fixable via fig settings --delete figterm.csi-u.enabled

@dsculptor
Copy link

Thanks! fig settings --delete figterm.csi-u.enabled fixed it for me as well.

Also, note that I had already disabled the setting from the GUI, but the problem was still there. Was on the verge of uninstalling fig!

Screenshot 2023-03-24 at 17 28 13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants