mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Bind language_selector::Toggle
to cmd-k m
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
f28806d09b
commit
ce828d55d5
@ -353,7 +353,8 @@
|
||||
"cmd-shift-p": "command_palette::Toggle",
|
||||
"cmd-shift-m": "diagnostics::Deploy",
|
||||
"cmd-shift-e": "project_panel::ToggleFocus",
|
||||
"cmd-alt-s": "workspace::SaveAll"
|
||||
"cmd-alt-s": "workspace::SaveAll",
|
||||
"cmd-k m": "language_selector::Toggle"
|
||||
}
|
||||
},
|
||||
// Bindings from Sublime Text
|
||||
|
Loading…
Reference in New Issue
Block a user