Steven Guh
Steven Guh
~~Your shortcut should work and~~ you can use `workbench.action.compareEditor.focusPrimarySide` and `workbench.action.compareEditor.focusSecondarySide` if you want to be specific the side. Since this is not through the which-key menu and not the...
The shortcut doesn't allow combo like that uses non-modifier key (e.g. control/cmd/alt). > I think everyone would be glad to use native Spacemacs logic for diff navigation. I agree, but...
The problem is as an extension there is no API to detect if the current editor is in a diff editor AFAIK. The one information user can get is from...
This seems pretty cool! Will look into this and seems like a good addition instead of the easy motion.
Implemented a basic mechanism to remove the legacy keybindings at e790047f9c88cef2497f59fdec172a2d1170a8f2 in order to deploy the fix in #112
I personally does something similar in my own keybindings.json as well. To group the default bindings is not that hard -- can probably just delete all the existing ones that...
Sorry for the delay in response. The `vscode.projectile` will not work on virtual workspace because it uses `git-ls-files` which requires local fs access. However, when we have layer support, we...
Took this out the v0.8.0 because this might take a bit more brewing.
Thank you for taking an interest in implementing major modes :) Since not everyone is going to need/want to install the extension required by a specific default major mode, our...
> For this issue it doesn't matter, right? We might decide this once the markdown mode is "complete" I was thinking markdown is probably a little bit special, so we...