Nicklas Gummesson

Results 17 comments of Nicklas Gummesson

I haven't been using Atom and thus this plugin in a long while myself. If I get a PR with a fix I'm happy to release a new version to...

Yes this does work in latest Chrome, but there appear to be an issue with Jest above v22 (which was what I used at the time of implementing/using this myself)....

Better late than never I guess… Updated internal tests and examples to use latest Jest and NodeJS, confirmed that it still works like before. Just had to update the manual...

Reopening, as I was looking into #4 it seems like _Jest integration_ is still borked. 😢 I'll edit the issue title to reflect contents of this thread.

Thanks for the report! I don't recall if dark theme was a thing when I implemented it the first time. Either way, I guess it's a matter of either changing...

At least for vertical/horizontal splits one can one can add the following shortcuts to `keybinding.json` as a temporary workaround, I guess: ```json { "key": "ctrl+w v", "command": "workbench.action.splitEditor" }, {...

> Another possible workaround is to modify vim extension settings: > > ``` > { > ... > "vim.normalModeKeyBindings": [ > { > "before": ["C-w", "v"], > "after": [":", "v",...