Update terminals.md to document the GUI of the settings of the Windows Terminal#404
Open
eliotttak wants to merge 2 commits intomsys2:mainfrom
Open
Update terminals.md to document the GUI of the settings of the Windows Terminal#404eliotttak wants to merge 2 commits intomsys2:mainfrom
eliotttak wants to merge 2 commits intomsys2:mainfrom
Conversation
Biswa96
reviewed
Oct 3, 2025
web/docs/terminals.md
Outdated
| key to the `guid` value of one of the profile entries. | ||
| * In the opened page, click on "+ New empty profile". | ||
| * Under Name, enter "MSYS" (or the name you want) | ||
| * Under Command line, enter `C:/msys64/msys2_shell.cmd -defterm -no-start -[term]`. Replace `[term]` by the terminal you want you use, such as `msys`, `ucrt64`, etc. |
Member
There was a problem hiding this comment.
In this step, "term" and "terminal" should be replaced with "shell" or something similar. terminals are mintty, windows terminal etc.
In https://github.com/msys2/msys2.github.io/pull/404/files/b7def42e6bbb56378de2b5bea440c4cbafaaa525#r2402821563, @Biswa96 said it: > In this step, "term" and "terminal" should be replaced with "shell" or something similar. terminals are mintty, windows terminal etc. So I did it.
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.
In the old document there was documentation to add a new profile using a JSON file. Now there is a GUI, so it is no longer necessary.