mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Added key binding
This commit is contained in:
parent
541c373d53
commit
b87805a0d1
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
"cmd-q": "zed::Quit",
|
||||
"cmd-n": "workspace::NewFile",
|
||||
"cmd-shift-n": "workspace::NewWindow",
|
||||
"cmd-o": "workspace::Open"
|
||||
"cmd-o": "workspace::Open",
|
||||
"ctrl-`": "terminal::Deploy"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue