Back to new tips

February 2026

Discover all the Zed editor tips and techniques from February 2026

16
tips this month
beginner

Agent Threads Survive Editor Restarts

Your AI conversations now persist across Zed sessions automatically

#agent #persistence #workflow
Select and Test Audio Devices for Collaboration
beginner

Select and Test Audio Devices for Collaboration

Choose specific microphones and speakers for Zed's built-in collaboration

#collaboration #audio #settings
beginner

Initialize Git Repositories with One Click

Turn any folder into a Git repository directly from the Git panel

#git #initialization #workflow
Use LSP Document Symbols in Breadcrumbs and Outline
intermediate

Use LSP Document Symbols in Breadcrumbs and Outline

Switch from tree-sitter to LSP for more accurate code navigation

#lsp #breadcrumbs #outline
Render Mermaid Diagrams in Markdown Preview
beginner

Render Mermaid Diagrams in Markdown Preview

Visualize flowcharts, sequences, and diagrams directly in your markdown files

#markdown #diagrams #documentation
beginner

Sticky Diff Hunk Controls Stay Visible

Keep diff controls accessible even when viewing large changes

#git #diff #ui
intermediate

Control AI Thinking Effort Levels

Adjust how deeply your AI agent reasons through complex problems

#agent #ai #performance
beginner

Toggle Any Panel with Dedicated Actions

New toggle commands for every panel make custom keybindings easier

#panels #keybindings #workflow
Agent Context Menu for Quick Additions
beginner

Agent Context Menu for Quick Additions

Add context to agent with mouse-friendly dropdown menu

#agent #context #ui
beginner

Hot-Exit for Empty Workspaces

Unsaved files in empty workspaces now restore on startup

#workspace #autosave #workflow
beginner

Zoom and Pan in Image Viewer

Navigate large images with scroll-wheel zoom and click-drag panning

#image-viewer #navigation #shortcuts
beginner

Reopen Files with Different Encoding

Fix garbled text by selecting the correct encoding from status bar

#encoding #files #internationalization
intermediate

Extend Selection to Syntax Nodes

Select to syntax node boundaries for precise code selection

#selection #editing #navigation
beginner

Rename Terminal Tabs

Organize terminals by renaming tabs via right-click or double-click

#terminal #organization #workflow
intermediate

Vim Global Substitution Default

Make /g the default for substitute commands with vim.gdefault

#vim #substitution #settings
intermediate

Vim Relative Line Jumping

Jump to lines relative to cursor position with +/- syntax

#vim #navigation #shortcuts