Alice Carroll
Alice Carroll
Not yet, but shouldn't be hard to add. That said, I'm currently reworking a lot of things, so this is not something that will be worked on soon.
Looks like only a dozen or so commands are available for mapping to mouse events, suffixed with `_mouse` and non-discoverable (i.e. not listed in ` ?` picker). I feel like...
What I expected to work (aka "two-finger scroll moves through time instead of space" aka [xkcd:1806](https://xkcd.com/1806/)): ```toml [mouse.normal] scroll_right = "undo" scroll_left = "redo" ``` Vim supports that as ```vim...
AFAICS the 8-bit `0x00..0x0F` and 3/4-bit colors are equivalent; the linked article mentions that: > As [256-color](https://en.wikipedia.org/wiki/8-bit_color) lookup tables became common on graphic cards, escape sequences were added to select...
I faced a similar problem with [helix](https://github.com/helix-editor/helix); looks like `pullConfiguration` doesn't get called at all https://github.com/redhat-developer/yaml-language-server/blob/341ab995e9cb37b073920c39930796ed7ae58d21/src/yamlServerInit.ts#L52
> Disk space appears to have gone to zero _What lack of garbage collection does to an individual_
I would be glad to help with Nix if needed
👍 on `.flakeignore`, since "I want X to be tracked by VCS" and "I need X for Nix" are not necessarily equivalent. For example, it is a common practice for...
YES this is very needed
I couldn't find the source branch so I made my own PR (#9)