Minor wording tweaks

This commit is contained in:
Bruno Sutic
2015-06-02 21:36:35 +02:00
parent 849140c361
commit 824906ffa5
2 changed files with 5 additions and 2 deletions

2
tpm
View File

@ -28,7 +28,7 @@ source_plugins() {
# prefix + I - downloads TPM plugins and reloads TMUX environment
# prefix + U - updates a plugin (or all of them) and reloads TMUX environment
# prefix + Y - remove unused TPM plugins and reloads TMUX environment
# prefix + alt + u - remove unused TPM plugins and reloads TMUX environment
set_tpm_key_bindings() {
local install_key=$(get_tmux_option "$install_key_option" "$default_install_key")
tmux bind-key "$install_key" run-shell "$CURRENT_DIR/scripts/install_plugins.sh >/dev/null 2>&1"