Skip to content

v0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 19:17
· 20354 commits to main since this release

This release includes a large number of small improvements:

  • Collaborators for the active worktree are now rendered in the titlebar
  • Go to line is bound to ctrl-g
  • Enhanced the mouse-based selection UX:
    • Double-click to select by word
    • Triple-click to select by line
    • Quad-click to select all
    • Click and drag in the gutter to select by line
    • Alt-click to add selections
    • Alt-shift-click for columnar selection
  • Select next instance is bound to cmd-d. If your selection is empty, this selects the word under your cursor, then the next instance of that word, etc. If the selection is non-empty, it selects the next text matching the current selection. If you press cmd-k cmd-d, the current selection is moved to the next instance of the selected text.
  • Markdown and plain text are now soft-wrapped at 80 columns. Source code is no longer wrapped, though you'll be able to re-enable this in the settings in the future.
  • Toggle line comments with cmd-/
  • Outdent with shift-tab and improved indent command
  • Fixed issues when moving Zed between monitors displaying at different resolutions