Equivalent Keyboard Shortcut to Create a New File in Project Panel in Zed like VS Code #9046
Unanswered
kresnasatya
asked this question in
General Q&A
Replies: 3 comments 1 reply
-
2024-03-08.11.01.10.mov |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm sorry, but this is not the answer I'm looking for. I'm seeking the equivalent shortcut keybinding for create a new file like VS Code as I mention above but in Zed way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kresnasatya I think the following hack works for the moment until there's a way to dispatch multiple actions for a given keystroke: [
{
"context": "Workspace",
"bindings": {
"cmd-alt-n": ["workspace::SendKeystrokes", "cmd-shift-e cmd-up cmd-n"]
}
}
] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I have been try using Zed Editor more than weeks. So far so good. But, I wish Zed can catch up VS Code soon.
I have uncomfortable experience when create a new file (or create a file in side a folder) in Zed.
In VS Code, we can setup keybinding to create a new file inside a project in explorer panel with a keyboard shortcut. I set up in VS Code by
cmd + shift + p
thenPreferences: Open Keyboard Shortcuts (JSON)
then add a configuration below.I get this keybinding shortcut from VS Code official YouTube Channel. I think Zed should create a YouTube channel too.
Short video from VS Code: https://www.youtube.com/shorts/VqOVb76IyI4
I would like to try in Zed, I try with this config below. But, it doesn't work. :(
Here's a video demo when create a new file with VS Code shortcut and Zed.
Screen.Recording.2024-03-08.at.10.33.49.mov
Beta Was this translation helpful? Give feedback.
All reactions