Gamma

Results 15 issues of Gamma

As was mentioned in #193 and on Matrix, every module needs to be changed to work with m.thread. I do not use all modules, and so I will let this...

This is stacked on #193 (m.thread support), do not merge until then. These features are wanted by/being tested against JupiterBroadcasting's PeerTube instance at [jupiter.tube](https://jupiter.tube/). As such, these features only work...

Included example. Not sure how best to test, or if it should be tested. I suppose I can add a test if you want.

To reproduce: ```zsh . ./zsh-autosuggestions.zsh zle -N →demo ``` Then repeatedly run `printf '%q\n' ${functions[(I)*demo]}` and notice how the number of functions growing. Zsh-autosuggestions is not wrapping these functions correctly....

# Checklist - [x] I have used the search function to see if someone else has already submitted the same feature request. - [x] I will only create one feature...

Type: Feature request
Functionality: Playback & player screen

- Version by `html2text --version`: 2020.1.16 - Test script: ```sh $ printf 'foo' | html2text [foo](/ """) ``` `[foo](/ """)` → [foo](/ """) `[foo](/ "\"")` → [foo](/ "\"") - Python...

Two methods, currently set by `K_PERM_COLOR` - absolute: u ⇒ green, g ⇒ yellow, o ⇒ red (same as [grc](https://github.com/garabik/grc)) - relative: u,g ⇒ fade if user doesn't have UID/GID...

Currently, yanks in zsh do not preserve trailing newlines when sent to vim/nvim. Vim and Nvim will use linewise-puts if the text in the register ends with a newline. Zsh...

bug

Relaunching and reconnecting to nvim makes put commands slow. Using a persistent remote client should help speed things up.