github zed-industries/zed v0.173.6-pre

latest releases: nightly, v0.174.0-pre, v0.173.8...
pre-release19 hours ago

Enhancements

  • Icon themes: Added the ability for extensions to change the file icon for the following file types:
  • Icon themes: Added support for configuring both a light and dark icon theme and switching between them based on system preference (#24702).
{
  "icon_theme": {
    "mode": "system",
    "light": "Zed (Default)",
    "dark": "Zed (Default)"
  }
}
  • Added commands editor: copy file name and editor: copy file name without extensions (#22174; thanks ankddev).
  • Improved the settings migration banner. The migration banner will only appear in settings.json and keymap.json, if you have deprecated settings or keybindings, allowing you to migrate them to work with the new version on Zed (#24621).

Vim

  • Introduced first version of :set with support for [no]wrap, [no]number, [no]relativenumber (#24209; thanks maxbucknell).

Bug Fixes

  • Fixed issue where horizontal scrollbar would scroll few characters width when soft wrap is active (#24735).
  • Fixed editor::GoToDiagnostics action stuck when multiple diagnostics groups belong to the same place (#24697).
  • Fixed a crash caused by calling editor::SelectPrevious twice in a row (#24660).
  • Fixed a bug that caused OS-level CA certificate bundles to not be respected (#24656).
  • Vim: Fixed a bug where around word operations were selecting indentation (#24635; thanks 5brian).

Don't miss a new zed release

NewReleases is sending notifications on new releases.