tpm
tpm copied to clipboard
Can I change default keybinds,
I use colemak keyboard layout, prefix + I
and prefix + U
used for resize, It's conflict with tpm keybinds, Can I chang tpm default kybinds?
I am colemak user too, after search few mins in source code, It just need to config the ~/.tmux/plugins/tpm/scripts/variables.sh, and resource it.
To custom the TPM default key bindings at tmux.conf
:
# NOTE: must custom before run `tpm/tpm`.
set-option -g @tpm-install "I";
set-option -g @tpm-update "U";
set-option -g @tpm-clean "M-u";
# ...
run-shell '~/.tmux/plugins/tpm/tpm';