Sebastian Herrlinger
Sebastian Herrlinger
This would be cool. I'd make it an option though so both view styles work. I am concerned about multi width graphemes though, it cannot use String.length or utf16 char...
Should be totally possible to export an entrypoint for the plugin. I don't see anything blocking that, @Adictya ?
Is that Alacritty?
Yeah, Alacritty does not support ZWJ shaping. Opentui has a `no_zwj` mode, which is not properly working yet. And when tmux is in between it might shadow when Alacritty is...
undo/redo is ctrl+- (minus/dash) and ctrl+. (dot)There are conflicting expectations all around on what the default bindings should be I am afraid. Just recently this one went into opentui [https://github.com/sst/opentui/pull/344](https://github.com/sst/opentui/pull/344)....
I don't think new default keybindings are documented properly yet. As for start/end of line the question is: logical or visual line? When just typing along it will Auto wrap...
What OS and terminal emulator do you expect `alt+d` to be word forward deletion for? In the textarea it is currently mapped to `delete-line` which was the expectation from other...
`alt+d` by default will be `delete-word-forward`. Additionally, all textarea input actions will be customizable, so any default that does not live up to personal standards can be remapped.
For completeness [https://opencode.ai/docs/keybinds/](https://opencode.ai/docs/keybinds/) - should list all the additional `input_*` binding possibilitie.
Looks good except for the yoga peer dep which I would like trying to avoid.