Gamma

Results 33 comments of Gamma

Thanks, is this the only issue you've seen? The patch for this would be to replace the line with ```zsh REPLY=${(j:;:)codes} [[ -n $REPLY ]] ```

The newest version of `fzf-tab` falls back to this lib, but optimally uses a dynamically-loaded zsh module to do it instead.

Negative margins are allowed and do bring the notifications closer (so something like `margin=0,,-3` or `margin=-3,,0` would work for you), but it unfortunately crops out/masks the corresponding edge of the...

Maim uses [slop](https://github.com/naelstrof/slop) for selection, this would have to be implemented there.

I recently made [a jq module](https://github.com/xPMo/jq-shell) to do some of this, including the functionality that was removed. With the goal of mapping objects to identifiers, `sh::param` has an optional prefix...

I'd look at [highlight](https://github.com/andre-simon/highlight), which is a versatile syntax highlighter for programming languages as opposed to this, which is built to highlight programs' output.

Either way, it should mirror the way playback speed is configured. I think having a scenario would help us make a better decision. Suppose a user has episodes from two...

Alternate relative method: Don't fade all the `-`s, just each (rwx) column group. ![Demo screenshot](https://i.imgur.com/ldTsDk2.png)

After looking at Zsh's source code, the variable responsible for keeping track of this is `vilinerange`, and it is _not_ exposed to ZLE widgets. This may be impossible unless the...

We may be able to partially track this ourselves by wrapping the `visual-line-mode` and `vi-yank-whole-line` widgets. Tracking this for `vi-yank` (`yy`) will be tricker.