bd-rulch

Results 2 comments of bd-rulch

I use space-as-leader bindings a lot, but I use a more constrained context. EG: ``` { "context": "Editor && !menu && VimControl && vim_mode == normal", "bindings": { "space *":...

@Philogy I found these things through looking at the contents of the vim keymap (`vim: open default keymap` from the command palette) but it looks like it's all documented [here](https://zed.dev/docs/vim?highlight=vim#selecting-the-correct-context)....