mirror of https://github.com/tmux-plugins/tpm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
292 B
13 lines
292 B
install_key_option="@tpm-install"
|
|
default_install_key="I"
|
|
|
|
update_key_option="@tpm-update"
|
|
default_update_key="U"
|
|
|
|
clean_key_option="@tpm-clean"
|
|
default_clean_key="M-u"
|
|
|
|
SUPPORTED_TMUX_VERSION="1.9"
|
|
|
|
DEFAULT_TPM_ENV_VAR_NAME="TMUX_PLUGIN_MANAGER_PATH"
|
|
DEFAULT_TPM_PATH="$HOME/.tmux/plugins/"
|
|
|