feat(shortcuts): 添加终端字号快捷键#297
Open
lizhian wants to merge 1 commit into
Open
Conversation
lizhian
marked this pull request as ready for review
June 15, 2026 08:38
lizhian
force-pushed
the
own/quickly-adjust-terminal-font-size
branch
2 times, most recently
from
July 1, 2026 13:53
6844c0c to
6b0f26f
Compare
Add configurable shortcuts for increasing, decreasing, and resetting terminal font size while a terminal is active. Implementation: - Persist terminal zoom shortcuts in app settings and expose them in the shortcuts panel. - Add shortcut matching utilities and tests for zoom behavior. - Scope handling to terminal focus so application inputs do not resize terminal text.
lizhian
force-pushed
the
own/quickly-adjust-terminal-font-size
branch
from
July 10, 2026 08:37
6b0f26f to
420961a
Compare
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.
变更内容
+/-快速调整终端字体大小。影响
默认启用终端字号快捷键;用户可以在快捷键设置中关闭。该改动只影响终端字体大小调整和对应应用设置,不改变任务执行或终端输入输出逻辑。
验证
pnpm lintpnpm testpnpm buildcargo check构建通过,Vite 仍输出现有的 chunk size warning。