feat: add 8 tips from Zed v0.222.2 release#21
Merged
Conversation
Add valuable tips from Zed v0.222.2 stable release (published 2026-02-04): Image & UI Features: - image-viewer-zoom-pan: Zoom and pan in image viewer with scroll-wheel and toolbar (#43944) - terminal-tab-rename: Rename terminal tabs via right-click or double-click (#45800) AI/Agent Features: - agent-context-menu: Mouse-friendly context menu in agent panel (#47768) Vim Features: - vim-relative-line-jump: Relative line jumping with +/-/f/b syntax (#46932) - vim-gdefault-setting: Make /g default for substitutions (#47664) Navigation & Editing: - syntax-node-selection: Extend selections to syntax node boundaries (#47571) File Handling: - reopen-with-encoding: Fix garbled text by selecting correct encoding (#46553) - hot-exit-empty-workspaces: Restore unsaved files in empty workspaces (#46557) All tips include PR references, media URLs where available, and clear practical examples. 🤖 Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
78e17b2 to
03c2271
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds 8 new tips extracted from the Zed v0.222.2 release (February 4, 2026), covering features across image viewing, terminal management, AI/agent improvements, Vim workflows, navigation, and file handling capabilities.
Changes:
- 8 new tip files documenting features from Zed v0.222.2
- Tips span multiple categories: vim (2), productivity (4), navigation (1), and ai (1)
- Each tip includes frontmatter, feature descriptions, usage instructions, and PR references
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| tips/vim-relative-line-jump.mdx | Documents Vim-style relative line jumping with +/- syntax |
| tips/vim-gdefault-setting.mdx | Explains vim.gdefault setting for global substitution default |
| tips/terminal-tab-rename.mdx | Covers terminal tab renaming via right-click or double-click |
| tips/syntax-node-selection.mdx | Describes syntax node boundary selection commands |
| tips/reopen-with-encoding.mdx | Documents encoding selection for fixing garbled text |
| tips/image-viewer-zoom-pan.mdx | Explains zoom and pan controls in image viewer |
| tips/hot-exit-empty-workspaces.mdx | Documents hot-exit support for empty workspaces |
| tips/agent-context-menu.mdx | Covers new context menu in agent panel |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add 8 high-value tips extracted from Zed v0.222.2 release (published 2026-02-04). This release introduced edit prediction providers, image viewer enhancements, terminal improvements, and several Vim workflow features.
Tips Added
Image & UI Features (2 tips)
image-viewer-zoom-pan - Zoom and pan in image viewer (#43944)
terminal-tab-rename - Rename terminal tabs (#45800)
AI/Agent Features (1 tip)
+button dropdownVim Features (2 tips)
vim-relative-line-jump - Relative line jumping (#46932)
5,-3,b10)vim-gdefault-setting - Global substitution default (#47664)
/gdefault for substitute commandsvim.gdefaultsettingNavigation & Editing (1 tip)
mark-sexpFile Handling (2 tips)
reopen-with-encoding - Reopen with different encoding (#46553)
hot-exit-empty-workspaces - Empty workspace hot-exit (#46557)
Quality Assurance
✅ All 8 tips passed
npm run validate:tips✅ No duplicate tips (verified against existing collection)
✅ Focused on valuable new features (ignored most bug fixes)
✅ All tips include PR references and proper attribution
✅ Media URLs (video/image) extracted from PRs where available
✅ Clear, concise descriptions without unnecessary complexity
✅ Vim tips given priority per user preference
Test Plan
🤖 Generated with Claude Code