mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Rename script for plugin installation
This commit is contained in:
2
tpm
2
tpm
@ -26,7 +26,7 @@ source_plugins() {
|
||||
# Defines key binding:
|
||||
# prefix + I - downloads TPM plugins and reloads TMUX environment.
|
||||
set_tpm_key_binding() {
|
||||
tmux bind-key I run-shell "$CURRENT_DIR/scripts/sync_plugins.sh >/dev/null 2>&1"
|
||||
tmux bind-key I run-shell "$CURRENT_DIR/scripts/install_plugins.sh >/dev/null 2>&1"
|
||||
}
|
||||
|
||||
supported_tmux_version_ok() {
|
||||
|
Reference in New Issue
Block a user