[PR #9224] [MERGED] Make Settings UI the default experience #27480

Open
opened 2026-01-31 09:22:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9224
Author: @carlos-zamora
Created: 2/19/2021
Status: Merged
Merged: 2/24/2021
Merged by: @undefined

Base: mainHead: dev/cazamor/sui/make-default


📝 Commits (3)

  • 27c992b Make Settings UI the default experience
  • 94e66a3 prioritize settings.json when alt&shift pressed
  • 41dfb55 keybinding arg default shouldn't break people

📊 Changes

4 files changed (+30 additions, -10 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+23 -5)
📝 src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp (+2 -2)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.cpp (+3 -2)
📝 src/cascadia/TerminalSettingsModel/defaults.json (+2 -1)

📄 Description

This makes the settings UI the default settings experience.

As shown below, the following bindings are now default:

  • ctrl+, --> settings ui
  • ctrl+shift+, --> settings.json
  • ctrl+alt+, --> defaults.json

The dropdown settings button aligns with this heuristic:

  • click --> settings ui
  • shift+click --> settings.json
  • alt+click --> defaults.json
  • if alt and shift both pressed, open settings.json

#6800 - Settings UI Epic


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9224 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 2/19/2021 **Status:** ✅ Merged **Merged:** 2/24/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/sui/make-default` --- ### 📝 Commits (3) - [`27c992b`](https://github.com/microsoft/terminal/commit/27c992b9f660a69f24dea3217094e8db9fde874d) Make Settings UI the default experience - [`94e66a3`](https://github.com/microsoft/terminal/commit/94e66a350911d213855e5c482c8c5e22c75c52f4) prioritize settings.json when alt&shift pressed - [`41dfb55`](https://github.com/microsoft/terminal/commit/41dfb557fc189e49499cf06c20476a4553a9a530) keybinding arg default shouldn't break people ### 📊 Changes **4 files changed** (+30 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+23 -5) 📝 `src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp` (+2 -2) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.cpp` (+3 -2) 📝 `src/cascadia/TerminalSettingsModel/defaults.json` (+2 -1) </details> ### 📄 Description This makes the settings UI the default settings experience. As shown below, the following bindings are now default: - <kbd>ctrl+,</kbd> --> settings ui - <kbd>ctrl+shift+,</kbd> --> settings.json - <kbd>ctrl+alt+,</kbd> --> defaults.json The dropdown settings button aligns with this heuristic: - click --> settings ui - shift+click --> settings.json - alt+click --> defaults.json - if alt and shift both pressed, open settings.json #6800 - Settings UI Epic --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:22:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27480