-
Notifications
You must be signed in to change notification settings - Fork 209
Add centralized documentation for window modes (full screen, focus, quake) #907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Learn Build status updates of commit acb5a30: ✅ Validation status: passedFor more details, please refer to the build report. |
- Created new window-modes.md with detailed explanations - Added comparison table for all three modes - Documented activation methods for each mode - Included use cases and visual comparisons - Added to TOC.yml after Panes section Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit cdc5400: ✅ Validation status: passed
For more details, please refer to the build report. |
- Changed focus mode keybinding to use correct format - Use 'keybindings array' terminology consistently - Reference built-in action IDs instead of creating new actions Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit d8e01cd: ✅ Validation status: passed
For more details, please refer to the build report. |
- Use combined command+keys format for consistency with tips-and-tricks.md - Provide both globalSummon and quakeMode shorthand examples - Clarify that bindings go in actions array Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit a37159b: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
|
Learn Build status updates of commit 0ad0714: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Users were confused about the differences between full screen, focus mode, and quake mode—they appear similar but behave differently. Documentation was scattered across multiple files.
Changes
New
window-modes.md: Centralized documentation with:Updated
TOC.yml: Added page after "Panes" sectionQuick reference added
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.