zed icon indicating copy to clipboard operation
zed copied to clipboard

Vim - Custom key bindings - space & leader

Open t1gu1 opened this issue 1 year ago • 0 comments
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 key in the settings and simply reuse it with the leader keyword in the Custom key bindings.

Example:

{
    "context": "Editor && vim_mode == normal",
    "bindings": {
      "leader-e": "workspace::ToggleLeftDock"
    }
 }  

t1gu1 avatar Feb 02 '24 00:02 t1gu1