mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Add cmd-+ as an alias for cmd-= (#3028)
Release Notes: - Allow cmd-+ in addition to cmd-= for zoom in ([#1021](https://github.com/zed-industries/community/issues/1021)). Although I had initially thought this was something more to do with option key handling, it turns out to be a straightforward and reasonable feature request.
This commit is contained in:
commit
b454f43b6c
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
"cmd-s": "workspace::Save",
|
"cmd-s": "workspace::Save",
|
||||||
"cmd-shift-s": "workspace::SaveAs",
|
"cmd-shift-s": "workspace::SaveAs",
|
||||||
"cmd-=": "zed::IncreaseBufferFontSize",
|
"cmd-=": "zed::IncreaseBufferFontSize",
|
||||||
|
"cmd-+": "zed::IncreaseBufferFontSize",
|
||||||
"cmd--": "zed::DecreaseBufferFontSize",
|
"cmd--": "zed::DecreaseBufferFontSize",
|
||||||
"cmd-0": "zed::ResetBufferFontSize",
|
"cmd-0": "zed::ResetBufferFontSize",
|
||||||
"cmd-,": "zed::OpenSettings",
|
"cmd-,": "zed::OpenSettings",
|
||||||
|
|
Loading…
Reference in a new issue