Skip to content

feat: add comprehensive Vim power user workflow guide#20

Merged
godruoyi merged 2 commits into
mainfrom
feat/tips-vim-workflow
Jan 29, 2026
Merged

feat: add comprehensive Vim power user workflow guide#20
godruoyi merged 2 commits into
mainfrom
feat/tips-vim-workflow

Conversation

@godruoyi
Copy link
Copy Markdown
Contributor

@godruoyi godruoyi commented Jan 29, 2026

Summary

Add a comprehensive Vim power user workflow guide that consolidates all essential Vim configurations and patterns into one cohesive tip. This approach provides better learning experience than scattered individual tips.

Tips Added

1. vim-power-user-workflow - Complete Vim workflow guide (intermediate)

A comprehensive guide covering all essential Vim optimizations:

  • Quick Escape: jj/jk mappings to exit insert mode
  • Space Leader System: Organized keybinding categories
    • Git operations (space g)
    • File & project (space e, space f)
    • Search & symbols (space s)
    • Buffer management (space b)
    • AI & diagnostics (space a, space x)
    • UI toggles (space t, space z)
  • Vim Sneak: Two-character navigation with s/S
  • Ergonomic Navigation: Backspace/Enter for history
  • Buffer Switching: H/L for browser-style tabs
  • Full Config Examples: Complete keymap.json ready to use
  • Workflow Patterns: Real-world usage examples

2. quick-task-spawn-shortcut - Task execution (beginner)

  • Alt-Shift-R to launch task picker
  • Execute custom build/test/deploy tasks instantly
  • Perfect for TDD and CI/CD workflows

Why Consolidation?

Better Learning: Users get complete workflow in one place instead of jumping between 6 separate tips.

Context: Shows how different patterns work together as a cohesive system.

Practical: Includes full working configuration and real-world workflow examples.

Discoverable: All Vim optimizations in one searchable tip.

Quality Assurance

✅ Both tips passed npm run validate:tips
✅ Based on real production configuration
✅ Comprehensive examples with full code
✅ Clear progression from basic to advanced
✅ Includes workflow integration examples
✅ New vim category added to categories.yaml

Target Audience

Perfect for:

  • Vim users transitioning to Zed
  • Power users wanting complete keyboard-driven workflow
  • Developers looking for comprehensive Vim configuration reference
  • Users who prefer learning complete systems vs. individual tricks

Test Plan

  • All tips validated successfully
  • Complete keymap.json configuration tested
  • All keybindings verified to work in Zed
  • Workflow examples confirmed practical
  • Proper categorization and metadata

🤖 Generated with Claude Code

@godruoyi godruoyi force-pushed the feat/tips-vim-workflow branch from 7bb9a45 to cfb7e51 Compare January 29, 2026 05:46
@godruoyi godruoyi changed the title feat: add 8 vim workflow tips from power user configuration feat: add 7 vim workflow tips from power user configuration Jan 29, 2026
@godruoyi godruoyi force-pushed the feat/tips-vim-workflow branch 2 times, most recently from 5b0caa4 to e9ac6cc Compare January 29, 2026 06:22
@godruoyi godruoyi changed the title feat: add 7 vim workflow tips from power user configuration feat: add comprehensive Vim power user workflow guide Jan 29, 2026
Replace 6 individual Vim tips with one consolidated guide covering:

Complete Vim Workflow:
- vim-power-user-workflow: Comprehensive guide to Vim in Zed
  - Quick escape from insert mode (jj/jk)
  - Space as leader key system with organized categories
  - Vim Sneak for precise navigation
  - Ergonomic history navigation (Backspace/Enter)
  - Browser-style buffer switching (H/L)
  - Full configuration examples and workflow patterns

Productivity:
- quick-task-spawn-shortcut: One-key task execution with Alt-Shift-R

Also adds new 'vim' category to categories.yaml.

The consolidated approach provides better learning experience - users get
complete workflow in one place instead of scattered tips.

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@godruoyi godruoyi force-pushed the feat/tips-vim-workflow branch from e2e733f to 982b364 Compare January 29, 2026 06:24
@godruoyi godruoyi merged commit bb6fe65 into main Jan 29, 2026
@godruoyi godruoyi deleted the feat/tips-vim-workflow branch January 29, 2026 06:25
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.

1 participant