tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.97k stars 419 forks source link

How to change key bindings ? #136

Closed hikatanguy closed 3 years ago

hikatanguy commented 6 years ago

Hello,

I already use \<prefix>+I for another use. I would like to change this variable but can't find a way.

For now, I changed manually the value in "scripts/variables.sh", but it's really not clean...

Thanks by advance. /AT

Martwu commented 6 years ago

same problem.

bruno- commented 3 years ago

To change install key binding from <prefix>+ I to <prefix>+ X use set -g @tpm-install "X"

Check this file for more options: https://github.com/tmux-plugins/tpm/blob/master/scripts/variables.sh