docs: document file explorer toggle and shortcut in the editor#5857
Open
mintlify[bot] wants to merge 2 commits into
Open
docs: document file explorer toggle and shortcut in the editor#5857mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
The editor top bar's More options menu now includes a File explorer toggle (alongside the existing Markdown toggle), and a new Shift + Cmd/Ctrl + F shortcut swaps the editor sidebar between the navigation tree and the file explorer view. The shortcut works even while you're typing in the editor.
Changes
editor/keyboard-shortcuts.mdxlisting the new file explorer shortcut and the Markdown mode toggle shortcut.fr/editor/keyboard-shortcuts.mdx.Context
Reflects the editor settings menu cleanup that introduced the new file explorer toggle and keyboard shortcut.
Note
Low Risk
Low risk docs-only change that adds/updates keyboard shortcut documentation across locales with no runtime behavior impact.
Overview
Adds a new Visual mode → View section to the keyboard shortcut docs to cover
Cmd/Ctrl+Shift+M(toggle Markdown mode) andCmd/Ctrl+Shift+F(toggle file explorer), including a note that the file explorer shortcut swaps the sidebar while typing.Mirrors the same addition in the Spanish (
es/) and French (fr/) versions of the page.Reviewed by Cursor Bugbot for commit c69a8b6. Bugbot is set up for automated code reviews on this repo. Configure here.