mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
## Summary of the Pull Request This PR implements resetFontSize keybindings, with default keybindings `ctrl+0`. ## PR Checklist * [x] Closes #3319 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated ## Validation Steps Performed Tested manually. ----------------------------------------- * Add resetFontSize keybindings (#3319) * update doc files * Refactor AdjustFontSize & ResetFontSize to use _SetFontSize (#3319) * Ran clang-format on TermControl * Fix function usage change