opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): correct delete keybind behavior

Open slimewell opened this issue 1 day ago • 5 comments

Summary

  • fix option-delete to avoid removing a newline when deleting a single-word line
  • make cmd+backspace consistently delete to line start or join lines at boundaries
  • add default super+backspace binding for delete-to-line-start

Testing

  • bun dev (manual repro in TUI prompt)

Demo

  • uploading video

Fixes #6314, adds #436

slimewell avatar Jan 15 '26 09:01 slimewell