Sebastian Herrlinger
Sebastian Herrlinger
The kitty events mode was causing issues on older emulators and without it MacOS at least sends \r for ctrl+m. I'll make this flag configurable and turn it on by...
`v0.1.147` now allows to configure custom bindings for *all* Textarea input actions. See https://opencode.ai/docs/keybinds/ for additional `input_*` binding possibilities.
`shift+enter` does not work in all terminals and only with config tweaking in tmux, what terminal are you using?
Yeah `shift+enter` only works there if you remap it to send `\n` in you config
You mean in VSCode? The opencode config by default maps shift+enter for newline, as that is what most people expect. If it works for you, your are not using vscode...
I have a vague idea where that could come from, but a screen recording of the kind of flickering would be really helpful. Can you reproduce it when loading a...
Should be better in 1.0.123
> can you explain... Well, yes the bug was introduced with the diffs, the diff view just didn't exist before that. That PR introduces the diff view. The "cc flicker...
My bad, should be fixed in the latest version
`shift+enter` will only work in terminals that support modifyOtherKeys or kitty keyboard protocol, there is nothing opencode or opentui can do about that. Default navigation keybinds have been extended and...