How to achieve completion in the tmux status line

Is there a way to achieve tabulation in the tmux status bar. Let me give you a usage example:

bind-key v command-prompt "split-window -h 'exec vim %%'"

This is from my tmux.conf. It would be a great idea if I could get the paths to complete in the tmux status line. I looked around, but found nothing. Does anyone have any idea?

Thanks.

+4
source share

All Articles