mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 06:22:42 +03: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
@ -30,6 +30,7 @@
|
||||
"cmd-s": "workspace::Save",
|
||||
"cmd-shift-s": "workspace::SaveAs",
|
||||
"cmd-=": "zed::IncreaseBufferFontSize",
|
||||
"cmd-+": "zed::IncreaseBufferFontSize",
|
||||
"cmd--": "zed::DecreaseBufferFontSize",
|
||||
"cmd-0": "zed::ResetBufferFontSize",
|
||||
"cmd-,": "zed::OpenSettings",
|
||||
|
Loading…
Reference in New Issue
Block a user