fix: correct terminal shortcuts in 08-editor-setup (fixes #305)#306
fix: correct terminal shortcuts in 08-editor-setup (fixes #305)#306Kunalthakur01 wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughTwo lines in ChangesEditor Setup Documentation — Terminal Shortcut Corrections
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@phases/00-setup-and-tooling/08-editor-setup/docs/en.md`:
- Line 127: The macOS shortcut for the Split terminal command in the keyboard
shortcuts table is incorrect. Locate the table row with "Split terminal" and
replace the macOS shortcut value from Cmd+Shift+5 to Cmd+\ (or ⌘\) to match VS
Code's official documentation, while keeping the Windows/Linux shortcut
Ctrl+Shift+5 unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 04cf0361-9faf-40d5-a2d1-4efe952dfc48
📒 Files selected for processing (1)
phases/00-setup-and-tooling/08-editor-setup/docs/en.md
Kunalthakur01
left a comment
There was a problem hiding this comment.
Commented in CodeRabbit Change Stack
Kunalthakur01
left a comment
There was a problem hiding this comment.
Commented in CodeRabbit Change Stack
What this PR does
Kind of change
Check only this box:
Fix to an existing lesson
Checklist
Check only these (others don't apply to a doc fix):
Tested locally / code output matches what docs/en.md claims
Phase / lesson
Notes for reviewer