TermuxT
Termux5mo ago
ExD

How can I install tmux plugins on termux ?

I've tried to git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

then in my $PREFIX/etc/tmux.conf I put this at the end

configuring_tmp_for_tmux:
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

set -g @plugin 'tmux-plugins/tmux-resurrect'

run '~/.tmux/plugins/tpm/tpm'


and so.... then I do ctrl+b then I do r then it reloads then I do ctrl+I and that's it right ? it didn't work.

ok so I make a new file in my ~/ called ~/.tmux.conf then I put configuring_tmp_for_tmux: in it then try again... and nothing... do I"m doing something wrong right ?.
Was this page helpful?