mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Add cmd-+ as an alias for cmd-=
For github.com/zed-industries/community#1021
This commit is contained in:
parent
ff5d0f2aeb
commit
23767f734f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue