tmux-fingers
tmux-fingers copied to clipboard
:open: dosen't work
when i do fingers-ctrl-action, it print erros as below:
'printf "src/IMDB/src/db_module.cpp" | MODIFIER=ctrl HINT=f xargs xdg-open' returned 123
tmux version: tmux next-3.3 bash version: GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu) gawk version: GNU Awk 4.1.3, API: 1.1 (GNU MPFR 3.1.4, GNU MP 6.1.0)
I tried, below code can solve the issue.
tmux run-shell -b "printf "$(escape_quotes "${state[final_result]}")" | xargs -I {} tmux send-keys 'vim -- {}'; tmux send-keys 'C-m'"
I'm having the same problem, the problem is related to relative and absolute path if it is absolute it works and if it is relative if will fail
relative paths should work now in latest version