I am trying to make a window TMUX switcher with the one liner that I developed in bash and it is working
bind-key / run 'tmux list-windows | fzf | cut -d: -f1 | xargs tmux select-window -t';
Any ideas ?
I am trying to make a window TMUX switcher with the one liner that I developed in bash and it is working
bind-key / run 'tmux list-windows | fzf | cut -d: -f1 | xargs tmux select-window -t';
Any ideas ?