When I use this key binding
nnoremap <silent> \yf :!echo %f:p | tr ' ' '\n' | head -c -1 | xclip -in -selection clipboard<cr>
vifm kind of jumps, it briefly shows the terminal and come back.
Is there an explanation for this n any potential solution to fix this?
Thank you