lkschu
lkschu
Same problem.
> Turned out setting the visibility to true introduced a weird issue... here's what I have so far and it seems to work > > ```lua > local layout =...
I couldn't get timg to work. It seems to be a problem with timg which always tries (and fails) to read the terminal size, even if an explicit size is...
Yes, this is a bug. To reproduce it, `vcs_aware` has to be set to true in `rc.conf`. Here is a quick and dirty way to fix the crash. In `ranger/gui/widgets/statusbar.py`...
I can not reproduce this. What terminal emulator are you using? Are you using the default color scheme or have other modifications? If I am using a terminal which does...
This is because you are missing the `file` command. It should be installed on almost all BSD and Linux distributions. Nonetheless, this probably should be marked as a bug, since...
Can't reproduce this with `kitty`. `wezterm` without tabs has the same issue for me
This would be great. Without this, unique IDs for filenames are a pain.
> @exosyphon In case that helps, you can use the `resolve_image_path` parameter in your config for this: > > ```lua > resolve_image_path = function(document_path, image_path, fallback) > local working_dir =...