zed
zed copied to clipboard
Vim - Custom key bindings - space & leader
trafficstars
Check for existing issues
- [X] Completed
Describe the feature
I would love to be able to use space for vim shortcuts.
Example:
{
"context": "Editor && vim_mode == normal",
"bindings": {
"space-e": "workspace::ToggleLeftDock"
}
}
Another point is that could be nice that we could define a leader keyword in the Custom key bindings.
Example:
{
"context": "Editor && vim_mode == normal",
"bindings": {
"leader-e": "workspace::ToggleLeftDock"
}
}