Chris Bell

Results 4 comments of Chris Bell

Hey @tellthemachines @richtabor Great to see this cleanup done! However, the newly added `alignfull` and `alignwide` to: ` .has-global-padding :where(.has-global-padding:not(.wp-block-block):not(.alignfull):not(.alignwide)) { padding-right: 0; padding-left: 0; }; ` has caused issues...

Oh actually, TIL that `:not()` does [allow multiple classes](https://www.w3.org/TR/selectors-4/#negation) in a single selector since CSS Selectors Level 4 😮 Will close the PR 🤓

For Oil I've only got this: ` keymaps = { [""] = { callback = "actions.close", mode = "n" }, }, ` But even though that is the case, if...

@stevearc Nice one, thanks! I just tested it, and it's really close but it's a bit buggy at the moment: The TL;DR is that Ctrl + C now only closes...