Replies: 2 comments
-
|
This is a
I'm open to suggestions to change the default, but I think that'd just be confusing in a different way. |
Beta Was this translation helpful? Give feedback.
-
|
Came here for the same issue and I ended up changing the keybind for session interruption on opencode.json: here's my config: {
"$schema": "https://opencode.ai/config.json",
"keybinds": {
"leader": "ctrl+,",
"session_interrupt": "ctrl+x"
}
}btw: if you change the keybind, the UI will still show |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check docs and existing issues?
:checkhealth opencodeoutput============================================================================== opencode: 3⚠️ opencode.nvim ~ - ✅ OK ⚠️ WARNING ⚠️ WARNING The ⚠️ WARNING The
nvimversion:0.11.5+g9fa7c0a046. - ✅ OKopencode.nvimgit commit hash:364c7336562329f6c901629710070ea6ae256e3b. - ✅ OKvim.g.opencode_opts: {} opencode.nvim [binaries] ~ - ✅ OKopencodeavailable with versionINFO 2026-01-25T13:57:58 +102ms service=models.dev file={} refreshing. -opencodeversion has amajorversion mismatch with latest tested version1.1.11: may cause compatibility issues. - ✅ OKcurlavailable. opencode.nvim [snacks] ~ - ✅ OKsnacks.inputis enabled:ask()will be enhanced. - ✅ OKblink.cmpis available:opts.ask.blink_cmp_sourceswill be registered inask(). - ✅ OKsnacks.pickeris enabled:select()will be enhanced. opencode.nvim [providers] ~ - ✅ OK Configuredopencodeprovider:snacks. - ✅ OK Thesnacksprovider is available. -kittyprovider is not available — KITTY_LISTEN_ON environment variable is not set. - ADVICE: - Enable remote control inkitty. - ✅ OK Theweztermprovider is available. -tmuxprovider is not available —tmuxexecutable not found in$PATH. - ADVICE: - Installtmuxand ensure it's in your$PATH. - ✅ OK Theterminalprovider is available.Describe the bug
Esc twice is necessary for interrupting opencode session. However, it seems that Esc will turn the terminal (running opencode) into normal mode. How to supress that setup?
Thanks!
Steps To Reproduce
Expected Behavior
We should Esc twice to interrupt the opencode.
Beta Was this translation helpful? Give feedback.
All reactions