Easy Terminal Zoom
VSCode extension to control the terminal's font-size with keyboard shortcuts when the terminal is focused.
Motivation
By default, in order to increase/decrease the font size in VS Code you need to adjust the `terminal.integrated.fontSize` value manually from settings.
Included keyboard shortcuts (Keymaps)
Action |
Mac |
Windows or Linux |
Increase font size |
Cmd + = |
Ctrl + = |
Decrease font size |
Cmd + - |
Ctrl + - |
Reset font size |
Cmd + 0 |
Ctrl + 0 |
Note: These keymaps are only activated for the extension when a Terminal has active focus.
Requirements
Settings
Key |
Description |
easyTerminalZoom.step |
The amount by which the font size is increased or decreased. Default is 1 . |
Author
Kishan Jadav • kishan_jadav@hotmail.com
License
MIT
| |