feat: add comprehensive Vim power user workflow guide#20
Merged
Conversation
7bb9a45 to
cfb7e51
Compare
5b0caa4 to
e9ac6cc
Compare
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>
e2e733f to
982b364
Compare
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 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:
jj/jkmappings to exit insert modespace g)space e,space f)space s)space b)space a,space x)space t,space z)s/SH/Lfor browser-style tabskeymap.jsonready to use2. quick-task-spawn-shortcut - Task execution (beginner)
Alt-Shift-Rto launch task pickerWhy 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
vimcategory added tocategories.yamlTarget Audience
Perfect for:
Test Plan
keymap.jsonconfiguration tested🤖 Generated with Claude Code