mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Enable updating plugins via cli executable
This commit is contained in:
2
tpm
2
tpm
@ -36,7 +36,7 @@ set_tpm_key_bindings() {
|
||||
tmux bind-key "$install_key" run-shell "$BINDINGS_DIR/install_plugins"
|
||||
|
||||
local update_key=$(get_tmux_option "$update_key_option" "$default_update_key")
|
||||
tmux bind-key "$update_key" run-shell "$SCRIPTS_DIR/update_plugin_prompt.sh"
|
||||
tmux bind-key "$update_key" run-shell "$BINDINGS_DIR/update_plugins"
|
||||
|
||||
local clean_key=$(get_tmux_option "$clean_key_option" "$default_clean_key")
|
||||
tmux bind-key "$clean_key" run-shell "$SCRIPTS_DIR/clean_plugins.sh"
|
||||
|
Reference in New Issue
Block a user