Julian Prein

Results 11 issues of Julian Prein

- Add `ZSH_AUTOSUGGEST_MATCH_PREV_MAX_CMDS` configuration option: With this the until now hard-coded value of 200 can be configured. - Add `ZSH_AUTOSUGGEST_MATCH_NUM_PREV_CMDS` configuration option: With this the number of preceding commands that...

Until c552df3b6603 ("fix: Modules did not validate tags used in formats") it was possible to use the volume label in the muted format. This made sense as the volume level...

reverse-scroll was already added as an option to pulseaudio in a2c1392c120f ("feat(pulseaudio): define reverse-scroll option (#2664)"): > When we enable natural scrolling option in libinput, > it sends scroll down...

Currently when starting off from the example thesis given, the table references will not work. For a table reference to work properly the label needs to be defined after the...

Drop `pyxdg` as dependency and instead get `XDG_CACHE_HOME` and `XDG_CONFIG_HOME` manually. The same way is being used as `pyxdg` does: https://gitlab.freedesktop.org/xdg/pyxdg/-/blob/bd999c1c/xdg/BaseDirectory.py#L37-L44 There is a name clash between the two packages...

After XDG_DATA_HOME/tmux/resurrect was introduced as a fallback for resurrect-dir, only docs/restoring_previously_saved_environment.md was updated. Mention the new location also in the documentation about the save directory.

Since I falsely assumed that one could bind only one action per key (#627), I think that it could be helpful also to others to explicitly explain how the extra-string...

Previously, tags were not detected when they were checked out in a separate linked worktree. This occurred because gitstatus tried to read from `refs/tags` relative to the worktree-specific `.git` directory....

## What type of PR is this? (check all applicable) * [ ] Refactor * [X] Feature * [ ] Bug Fix * [ ] Optimization * [ ] Documentation...