Steven Guh

Results 138 comments of Steven Guh

@KraigM Can this be merged in?

Same. I was trying to use karabiner to do middle click + drag to scroll with [`mouse_motion_to_scroll`](https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-definition/other-types/mouse-motion-to-scroll/). Hopefully, when eventually version 3 came out, it will support drag to scroll.

I haven't actually had Vim Code Vim slow down over time, but I have it slow down when I open a large file. If you are seeing slow down on...

Just jotting notes here, the future web view in the side panel could potentially make this harder. See https://code.visualstudio.com/updates/v1_49#_webview-views

I added help wanted as I probably won't have the capacity to tackle this in the short term and I think what we already have in #105 should be enough...

> I wonder if we should add those three to the default src/configuration/keybindings.jsonc? For the three I listed above, I have been rocking them for a long time. One potential...

Good catch. This only happens when there is no workspace (no folders are opened). To fix this, we can either implement a custom command, or find another command that works...

Technically, you can't create a named file with the vscode explorer if no folder is opened, but you can create untitled/titled buffer in that case. There are a few solutions...

Related: https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-673235610 I am open to it but there is a few approaches I am thinking. In short-term, we should document, how users can use this extension with vscode-neovim or...