-
The unit tests for vifm-0.10.1 fail on macos 10.15.5.
make check output: https://gist.github.com/jtdreisb/466cb7cf88f8f9fe1be77df9b0ec42b7
Looking at the code in make_rel_path() it appears tha…
-
#### Runtime Environment
- Operating system and version: Manjaro
- Terminal emulator and version: st 0.8.2
- Ranger version: ranger 1.9.2
- Python version: 3.7.2 (default, Jan 10 2019, 23:51…
-
Hello,
Currently the tabs are delimited by square brackets and as I can see it's hard coded.
I find it more convenient to have spaces instead of square brackets.
So it would be nice to have the a…
-
First of all, thank you for your post about vifm preview using Ueberzug, it works quite well.
The only issues I have encountered are if, within tmux, a pane is resized from fullscreen to normal siz…
jemag updated
4 years ago
-
Hi all,
I just fresh installed vifm. (loving it already)
I tried to modify the default config under $HOME/.config/vifm/vifmrc and reload by :restart command but each time it change the color of the …
-
**Describe the bug**
I am getting `Error: too long environment variables` error in console for commands run inside `vifm`'s subshell. Here's one example:
```
wget https://some_url
Error: too long …
-
I just did a fresh install of Arch on my computer and wanted to get away from OhMyZsh since it had so many things I just never use, so I made a new zshrc. I downloaded powerlevel10k via pacman and wen…
-
Ok, so I patched the swallow feature to my build and looks like it works for st but when I open an image or a video file through `lf`, it doesn't swallow that.
P.S. I understand this is not an iss…
-
```
mkdir -p vifm_test/{big/dir,small/dir}
dd if=/dev/zero bs=1M count=100 of=vifm_test/big/dir/file
dd if=/dev/zero bs=1M count=10 of=vifm_test/small/dir/file
vifm vifm_test/big vifm_test/small
…
-
Hi!
First of all, thank you for awesome FM!
I'm trying to enable image preview in tmux. As far as I understand in the latest versions of tmux image preview doesn't work. So, I'm trying to use so…