Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:25:33.321Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

docs/src/editing-code.md

1.9 KB

title: Editing Code in Zed description: Core code editing features in Zed including multi-cursor, refactoring, code actions, and language server integration.

Editing Code

Zed provides tools to help you write and modify code efficiently. This section covers the core editing features that work alongside your language server.

What's in This Section

How These Features Work Together

When you're editing code, Zed combines input from multiple sources:

  1. Language servers provide completions, diagnostics, and quick fixes based on your project's types and structure
  2. Edit predictions suggest multi-character or multi-line changes as you type
  3. Multibuffers let you apply changes across files in one operation

For example, you might:

  • Rename a function using your language server's rename refactor
  • See the results in a multibuffer showing all affected files
  • Use multiple cursors to make additional edits across all locations
  • Get immediate diagnostic feedback if something breaks

Related Features

  • AI Features — Agentic editing, inline code transformations, and AI code completions
  • Configuring Languages — Set up language servers for your project
  • Key Bindings — Customize keyboard shortcuts for editing commands
Served at tenant.openagents/omega Member data and write actions are omitted.