Make a Jetbrain like key binding #8078
-
I tried to make a custom key binding that I like on Jetbrain to toggle file finder, it's Here's my [
{
"context": "Editor",
"bindings": {
"shift shift": "file_finder::Toggle"
}
}
] What am i doing bad ? |
Beta Was this translation helpful? Give feedback.
Answered by
SomeoneToIgnore
Feb 20, 2024
Replies: 1 comment
-
You're not doing anything bad, just Zed not supporting double-tab keybinds yet: #6460 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SomeoneToIgnore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're not doing anything bad, just Zed not supporting double-tab keybinds yet: #6460