Fixed

  • Double-click word selection on wrapped lineswordSelection now crosses soft-wrap row boundaries so that double-clicking either visual row of a wrapped word selects the full token.

  • URL detection on wrapped linesDetectURLs merges consecutive soft-wrapped rows into a single logical line before running the URL regex. URLs that span a row break are now detected, highlighted, and Cmd+clickable. URLAt updated for correct multi-row hit-testing.

Added

  • Shift+click to extend selection — click to anchor, then Shift+click elsewhere to extend the selection to that cell. Standard terminal behaviour matching iTerm2 / Terminal.app.

  • Arrow key cursor navigation in text inputs — Left / Right / Home / End move the cursor in all text input overlays: tab rename, pane rename, tab note, search bar, command palette, tab search, keybinding overlay search, URL input, and markdown viewer search. Characters are inserted and deleted at the cursor position instead of always at the end.