Steven Guh
Steven Guh
Oh, forgot about this, can you update the CHANGELOG as well?
Sorry for the delay, Shouldn't the line `Changed Quarto Run current cell to `SPC m S`.` be in the Unreleased section?
FWIW this doesn't happen with vscodevim. I don't have much experience with the neovim extension. But how did you call the whichkey extension?
The use of vscode settings is mostly to get settings syncing for free, but it is also reasonable to support reading the whole bindings from file if someone just use...
Seems reasonable. Just drafting what I am thinking: To implement this without adding another `whichkey.initialDelay`, maybe something like `whichkey.delayModel` to control the delay mode.
Prefacing that I do not use neovim, so I am not super useful. If you don't even see the quick pick for key input, there's probably something in your neovim...
Sorry I didn't see that you reopened this: Have you tried https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-673235610
`bindings` is used to define the whole menu and `bindingOverrides` is designed to surgically update a few bindings (that's why it has `keys`). I agree that it could be better/seamless....
Thanks for the suggestions. There some nuances for the overrides. In hinge sight, it is poorly defined API. Supporting both `key` and `keys` may help in this case. I feel...
There isn't a way to do a split pane like that but vscode has "peek" action that has an overlay on to the editor. For example, I think you are...