VS Code Quick Reference for CBRS Marketing
Navigate, edit, and deploy your CBRS marketing plan efficiently from VS Code
π Quick Start from VS Code
Open Command Center
Press Ctrl+P (Windows) or Cmd+P (Mac) and type:
CBRS-COMMANDHit Enter to open the main command center.
Open Any File Fast
Ctrl+P / Cmd+P then type partial filename:
homeowner-emailβ Opens homeowner-email-sequence.mdworkbookβ Opens complete-claims-workbook.mdlaunch-playβ Opens CBRS-LAUNCH-PLAYBOOK.md
π File Navigation Shortcuts
Essential Keyboard Shortcuts
| Shortcut | What It Does |
|---|---|
Ctrl+P | Quick Open (find any file) |
Ctrl+Shift+E | Show/hide file explorer |
Ctrl+B | Toggle sidebar |
Ctrl+\ | Split editor |
Ctrl+W | Close current file |
Ctrl+Tab | Switch between open files |
Ctrl+Shift+F | Search across all files |
Ctrl+F | Find in current file |
Ctrl+H | Find and replace |
Ctrl+G | Go to line number |
Navigate the File Tree
Expand/collapse folders:
- Arrow keys to navigate
Enterto open fileRight arrowto expand folderLeft arrowto collapse folder
CBRS folder structure:
my-content-studio/
βββ CBRS-COMMAND-CENTER.md β START HERE
βββ docs/
β βββ CBRS-LAUNCH-PLAYBOOK.md π DETAILED GUIDE
βββ content/cbrs/
β βββ lead-magnets/
β βββ products/
β βββ marketing/
β βββ contractor-services/
β βββ blog/π Editing Shortcuts
Text Selection
| Shortcut | What It Does |
|---|---|
Ctrl+A | Select all |
Shift+Arrow | Select character by character |
Ctrl+Shift+Arrow | Select word by word |
Ctrl+L | Select entire line |
Ctrl+D | Select next occurrence of word |
Copy/Paste
| Shortcut | What It Does |
|---|---|
Ctrl+C | Copy |
Ctrl+X | Cut |
Ctrl+V | Paste |
Ctrl+Shift+V | Paste and match style |
Alt+Up/Down | Move line up/down |
Shift+Alt+Up/Down | Duplicate line |
Formatting
| Shortcut | What It Does |
|---|---|
Ctrl+] | Indent line |
Ctrl+[ | Outdent line |
Ctrl+/ | Toggle line comment |
Shift+Alt+F | Format document |
π Checklist Shortcuts
Working with Checkboxes
In markdown files, checkboxes look like this:
- [ ] Unchecked task
- [x] Checked taskQuick ways to check/uncheck:
-
Click the checkbox - If you have Markdown Preview Enhanced extension
-
Keyboard method:
- Place cursor on the line
Ctrl+Fto find:- [ ]Ctrl+Hto replace with:- [x]- Click "Replace" button
-
Multi-line check:
- Select multiple lines
Ctrl+H- Find:
- \[ \](with regex enabled) - Replace:
- [x] - "Replace All"
π Search & Find
Find Specific Content
Search in current file:
Ctrl+F- Basic search- Type your search term
Enterto go to next matchShift+Enterto go to previous matchEscto close search
Search across all files:
Ctrl+Shift+F- Global search- Type search term
- Results show in sidebar
- Click result to jump to file
Useful searches:
TODO- Find all incomplete tasksβ³- Find all pending itemsPhase 1- Find Phase 1 tasksWeek 1- Find Week 1 content$- Find all dollar amounts/revenue
Find and Replace
In current file:
Ctrl+H- Enter find term
- Enter replace term
- Click "Replace" or "Replace All"
Across multiple files:
Ctrl+Shift+H- Same process but affects all files
π Using Markdown Preview
View Formatted Preview
Ctrl+Shift+V- Open preview in new tabCtrl+K V- Open preview to the side
Benefits of preview:
- See formatted text
- Check links work
- View tables properly
- See checkboxes
Split View (Code + Preview)
- Open markdown file
- Press
Ctrl+\to split editor - In right pane, press
Ctrl+Shift+V - Edit in left, see preview in right
ποΈ File Management
Create New Files
Method 1: File Explorer
- Click folder in sidebar
- Right-click β New File
- Name file:
filename.md
Method 2: Command Palette
Ctrl+Shift+P- Type: "New File"
- Select "File: New File"
Method 3: Quick
Ctrl+Nfor new untitled fileCtrl+Sto save with name
Organize Files
Recommended weekly workflow:
-
Start of week:
- Duplicate
WEEKLY-PLANNER-TEMPLATE.md - Rename to
week-[NUMBER]-planner.md - Fill in week's tasks
- Duplicate
-
End of week:
- Update
CBRS-COMMAND-CENTER.mdwith progress - Archive completed week planner to
content/cbrs/archive/
- Update
-
Create folders as needed:
content/cbrs/archive/- Old weekly plannerscontent/cbrs/drafts/- Work in progresscontent/cbrs/published/- Published content
π― Task Management Workflow
Daily Workflow
Morning (10 minutes):
Ctrl+Pβ Typeweekβ Open current week planner- Review today's tasks
- Check metrics from command center
- Add any new tasks
During day:
- Check off tasks as completed:
- [ ]β- [x] - Add notes under each day
- Keep file open in VS Code
End of day (5 minutes):
- Check off completed tasks
- Move incomplete tasks to tomorrow
- Update notes section
- Save file (
Ctrl+S)
Weekly Workflow
Sunday planning (30 minutes):
- Open
CBRS-COMMAND-CENTER.md - Review last week's metrics
- Update "Current Status" section
- Duplicate
WEEKLY-PLANNER-TEMPLATE.md - Fill in next week's tasks
- Schedule content for week
Friday review (20 minutes):
- Open current week planner
- Fill in "Weekly Metrics Review" section
- Fill in "Wins" and "Challenges"
- Fill in "Learnings"
- Preview next week's plan
π Content Creation Workflow
Writing Blog Posts
Setup:
- Create new file:
content/cbrs/blog/post-title.md - Split editor (
Ctrl+\) - Preview on right side
Template:
# Blog Post Title
**Published:** [Date]
**Category:** [Insurance Claims / Contractor Tips / Case Studies]
**Reading Time:** [X] minutes
---
## Introduction
[Hook and problem statement]
---
## Main Content
### Section 1
Content here...
### Section 2
Content here...
---
## Conclusion
[Summary and CTA]
---
## Call to Action
[Link to lead magnet, workbook, or course]Quick formatting:
Ctrl+B- Make text boldCtrl+I- Make text italic- Type
#for heading - Type
-for bullet point - Type
---for horizontal line
Writing Email Sequences
Process:
- Open
content/cbrs/marketing/homeowner-email-sequence.md - Copy email template structure
- Paste into new email in your platform
- Customize subject line and content
- Add personalization:
{{first_name}} - Test send to yourself
Creating Social Posts
Batch creation workflow:
- Open
content/cbrs/marketing/social-media-posts.md - Create 15 posts at once (1 week)
- Number each:
POST 1,POST 2, etc. - Copy each to scheduling tool (Buffer, Later, etc.)
Template:
## POST [NUMBER]: [Type - Education/Case Study/Tip]
**Platform:** [Facebook / Instagram / LinkedIn]
**Date:** [Scheduled for]
[Post content here]
**CTA:** [Link]
**Hashtags:** #hashtag1 #hashtag2 #hashtag3π Link Management
Internal Links (Between Files)
Link to another file:
See [Launch Playbook](../docs/CBRS-LAUNCH-PLAYBOOK.md)Link to specific section:
See [Phase 1](#phase-1-lead-magnet-launch-days-1-30)External Links
[ConvertKit](https://convertkit.com)Check All Links Work
- Open markdown preview
- Click each link
- Verify it opens correct page
πΎ Version Control (Optional but Recommended)
Basic Git Workflow from VS Code
Initialize Git (one time):
Ctrl+Shift+G- Open source control- Click "Initialize Repository"
Daily commits:
Ctrl+Shift+G- Review changes
- Type commit message: "Updated Week 5 planner"
- Click β to commit
Why use Git:
- Track changes over time
- Revert if you make mistake
- Backup your work
- See what you did each week
π οΈ Useful Extensions
Recommended VS Code Extensions
Markdown:
- Markdown All in One
- Markdown Preview Enhanced
- Markdown Checkboxes
Productivity:
- Project Manager (manage multiple projects)
- Todo Tree (highlights TODO, FIXME, etc.)
- Better Comments (color-coded comments)
Install:
Ctrl+Shift+Xto open extensions- Search for extension name
- Click "Install"
π Quick Commands Reference
Command Palette
Press Ctrl+Shift+P and type:
| Command | What It Does |
|---|---|
format | Format document |
markdown | Markdown commands |
save | Save file |
close | Close file |
split | Split editor |
settings | Open settings |
My Custom Snippets (Optional Setup)
Create snippet for weekly planner:
Ctrl+Shift+P- Type "Configure User Snippets"
- Select "markdown.json"
- Add:
{
"CBRS Week Planner": {
"prefix": "cbrs-week",
"body": [
"# Weekly Planner - Week $1",
"",
"**Dates:** $2 to $3",
"**Current Phase:** Phase $4",
"",
"## This Week's Objectives",
"",
"- [ ] $5",
"- [ ] $6",
"- [ ] $7"
],
"description": "CBRS weekly planner template"
}
}Use snippet:
- Type
cbrs-week - Press
Tab - Fill in the blanks
π± Mobile Access
Access Files on Phone/Tablet
Option 1: GitHub (if using Git)
- Push files to GitHub
- Access on mobile browser
- View but not edit
Option 2: Cloud sync
- Save
my-content-studiofolder in:- Dropbox
- Google Drive
- OneDrive
- Access on mobile
Option 3: VS Code mobile apps
- Code Server (iPad)
- Working Copy (iOS Git client)
π― Power User Tips
Multi-Cursor Editing
Alt+Click- Add cursor at click positionCtrl+Alt+Up/Down- Add cursor above/belowCtrl+D- Select next occurrence- Type once, edits all cursors
Use case: Update multiple checkboxes at once, change multiple dates, etc.
Zen Mode
Ctrl+K Z- Enter zen mode (distraction-free)Esc Esc- Exit zen mode
Perfect for: Writing blog posts, email sequences, or workbook content
Side by Side Editing
- Open file A
Ctrl+\to split- Open file B in right pane
- Edit both simultaneously
Use case: Copy content from outline to final doc, reference template while writing
Keyboard Only Navigation
Ctrl+G- Go to lineCtrl+Home- Top of fileCtrl+End- Bottom of fileCtrl+Up/Down- Scroll without moving cursorCtrl+Left/Right- Move cursor word by word
π Daily Checklist (In VS Code)
Morning routine (5 min):
-
Ctrl+Pβ Typecommandβ Open CBRS-COMMAND-CENTER.md - Review current phase and next actions
-
Ctrl+Pβ Typeweekβ Open current week planner - Review today's tasks
During work:
- Check off tasks as completed
- Add notes to daily section
- Keep week planner and command center open
End of day (3 min):
- Update command center metrics
- Check off completed tasks
- Plan tomorrow's priorities
-
Ctrl+Sto save all
Sunday planning (30 min):
- Duplicate weekly planner template
- Fill in next week
- Update command center status
- Review last week's wins
π Troubleshooting
File Not Found
- Make sure you're in correct directory
Ctrl+Pshows all files in workspace- Check file path in terminal
Can't See Formatting
- Press
Ctrl+Shift+Vfor preview - Install "Markdown All in One" extension
Lost Unsaved Work
- Check File β Open Recent
- Look for
.code-workspaceautosave
Too Many Files Open
Ctrl+K W- Close all filesCtrl+W- Close current file- Start fresh
π Resources
VS Code Documentation
- Official Docs: code.visualstudio.com/docs (opens in a new tab)
- Keyboard shortcuts PDF: code.visualstudio.com/shortcuts (opens in a new tab)
- Markdown guide: code.visualstudio.com/docs/languages/markdown (opens in a new tab)
Markdown Syntax
- Cheat sheet: markdownguide.org/cheat-sheet (opens in a new tab)
- Tables: tablesgenerator.com/markdown_tables (opens in a new tab)
π Learning Path
Day 1: Learn basic navigation
Ctrl+Pto find filesCtrl+Fto find in fileCtrl+Sto save
Day 2: Learn editing
- Copy/paste
- Find and replace
- Undo/redo
Day 3: Learn markdown preview
Ctrl+Shift+V- Split view
- Check formatting
Week 2: Advanced shortcuts
- Multi-cursor
- Split editor
- Zen mode
Week 3: Extensions
- Install markdown tools
- Install todo tree
- Customize settings
Now you're ready to navigate and deploy your CBRS marketing plan efficiently from VS Code!
Start with: Ctrl+P β Type CBRS-COMMAND β Hit Enter