Nikolaus Wittenstein
Nikolaus Wittenstein
I love this plugin, but I find it searching backwards to be more difficult than I'd like - I have to add a minus, and square brackets, etc. These changes...
This adds one more commit to https://github.com/xavi-/sublime-selectuntil/pull/8, but I separated it because it could be controversial - all it does is take out the leading minus functionality, because the other...
Currently, moving a tab out of a pane focusses the tab to the left. Ideally, it would instead focus the most-recently-used tab instead.
In a three-pane layout like this: ``` +--------+ | | | | +---+ | | | +--------+ ``` if you're in the bottom-right pane, and move left, then move right...
Flake8 supports a [second section](https://flake8.pycqa.org/en/latest/user/configuration.html#using-local-plugins) in the setup.cfg that specifies local plugins. I'm not able to get that to work with this tool, and I took a look at the...
This changes the smartlog to use arcs instead of bold corners, which I think helps the graph structure stand out more. I also swapped out a couple of head markers...
There were ten `metadata.json` files that had no repository set: ``` $ rg homepage -tjson | wc -l 504 $ rg repository -tjson | wc -l 494 ``` This PR...