Skip to content

feat: add 8 tips from Zed v0.222.2 release#21

Merged
godruoyi merged 2 commits into
mainfrom
feat/tips-zed-v0.222.2
Feb 5, 2026
Merged

feat: add 8 tips from Zed v0.222.2 release#21
godruoyi merged 2 commits into
mainfrom
feat/tips-zed-v0.222.2

Conversation

@godruoyi
Copy link
Copy Markdown
Contributor

@godruoyi godruoyi commented Feb 5, 2026

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)

  1. image-viewer-zoom-pan - Zoom and pan in image viewer (#43944)

    • Scroll-wheel zoom with modifier
    • Click-and-drag panning
    • Toolbar controls and zoom percentage overlay
    • Includes video demo
  2. terminal-tab-rename - Rename terminal tabs (#45800)

    • Right-click context menu or double-click to rename
    • Organize multiple terminal sessions
    • Includes video demo

AI/Agent Features (1 tip)

  1. agent-context-menu - Context menu in agent panel (#47768)
    • Mouse-friendly + button dropdown
    • Quick access to @mentions, images, selections
    • Foundation for future skills feature
    • Includes screenshot

Vim Features (2 tips)

  1. vim-relative-line-jump - Relative line jumping (#46932)

    • Jump with +/-/f/b syntax (e.g., 5, -3, b10)
    • Matches Vim/Neovim behavior
    • Includes video demo and keybinding examples
  2. vim-gdefault-setting - Global substitution default (#47664)

    • Make /g default for substitute commands
    • Configurable via vim.gdefault setting
    • Includes comparison table and examples

Navigation & Editing (1 tip)

  1. syntax-node-selection - Extend selections to syntax nodes (#47571)
    • New commands for structural selection
    • Similar to Emacs mark-sexp
    • Includes keybinding examples

File Handling (2 tips)

  1. reopen-with-encoding - Reopen with different encoding (#46553)

    • Fix garbled text (mojibake)
    • Support for Shift JIS, EUC-JP, UTF-16, etc.
    • Click status bar or use keyboard shortcuts
    • Works for local files only
  2. hot-exit-empty-workspaces - Empty workspace hot-exit (#46557)

    • Restore unsaved files in empty workspaces
    • No configuration needed
    • Perfect for scratch workflows

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

  • Validation script passes for all 8 tips
  • Each tip has required frontmatter (title, subtitle, category, difficulty, tags)
  • PR URLs point to correct Zed repository PRs
  • Media URLs (video/image) are accessible
  • Categories match available options in categories.yaml
  • Content is clear and practical without being verbose

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings February 5, 2026 02:33
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>
@godruoyi godruoyi force-pushed the feat/tips-zed-v0.222.2 branch from 78e17b2 to 03c2271 Compare February 5, 2026 02:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread tips/vim-relative-line-jump.mdx
Comment thread tips/hot-exit-empty-workspaces.mdx
Comment thread tips/agent-context-menu.mdx
Comment thread tips/image-viewer-zoom-pan.mdx
Comment thread tips/vim-gdefault-setting.mdx
Comment thread tips/reopen-with-encoding.mdx
Comment thread tips/agent-context-menu.mdx
Comment thread tips/terminal-tab-rename.mdx
Comment thread tips/vim-relative-line-jump.mdx
Comment thread tips/vim-gdefault-setting.mdx
@godruoyi godruoyi merged commit edbd8b0 into main Feb 5, 2026
@godruoyi godruoyi deleted the feat/tips-zed-v0.222.2 branch February 5, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants