Christian Kugler

Results 121 comments of Christian Kugler
trafficstars

Left and right are so close together you can probably not scrap one without the other. I guess `z4h-cd-up` is the least useful? Can you combine two arrows? like Alt+Left+Right?

> * If you want to navigate to a completely different, frequently visited place, you use `Alt+Up` (bound to the new widget) and you get `fzf` with most frequently used...

Pinging @dragonator since he original implemented these lines

Example what cause the problem for me: ``` ❯ ls /*(.) -l -rw-r--r-- 1 root root 19004 Sep 12 2019 /desktopfs-pkgs.txt -rw-r--r-- 1 root root 4069 Sep 12 2019 /rootfs-pkgs.txt...

> @darodve have a look [here](https://github.com/openrazer/openrazer/wiki/Reverse-Engineering-USB-Protoco) Fixed Link: @darodve have a look [here](https://github.com/openrazer/openrazer/wiki/Reverse-Engineering-USB-Protocol)

Thanks for reporting it. Found another bug trying to reproduce it. Should be fixed with #1283

I tried to reproduce it on Linux using P9K tag v0.6.6, zsh 5.6.2 in tilix and could barely notice the difference: ![image](https://user-images.githubusercontent.com/16988672/48585968-a7560500-e92e-11e8-8b30-bbc9261b21b1.png) ![image](https://user-images.githubusercontent.com/16988672/48586113-467afc80-e92f-11e8-9b90-1a0ecf948383.png) ![image](https://user-images.githubusercontent.com/16988672/48586276-c7d28f00-e92f-11e8-89cb-290c48e35e80.png) @Zeta611, can you provide more details...

@bhilburn I'm speculating a bit since I don't know pyenv that well, so take it with a grain of salt. `.pyenv_version` in not the only way to get the version....

This looks to be an issue with newlines, with `CRLF` instead of just `LF` to be more precise. I think this might come from some git setting. Could you please...

I guess this [zsh bug](https://github.com/zsh-users/zsh/blob/master/ChangeLog#L6294) is the culprit. If somebody wants to work on this. Easy way to reproduce this: ```zsh docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -e TERM=$TERM -it...