U key binding shows a list of installed plugins

This commit is contained in:
Bruno Sutic
2014-08-05 18:45:59 +02:00
parent 1e5f07085b
commit 3a5f56f10d
5 changed files with 97 additions and 15 deletions

1
tpm
View File

@ -27,6 +27,7 @@ source_plugins() {
# prefix + I - downloads TPM plugins and reloads TMUX environment.
set_tpm_key_binding() {
tmux bind-key I run-shell "$CURRENT_DIR/scripts/install_plugins.sh >/dev/null 2>&1"
tmux bind-key U run-shell "$CURRENT_DIR/scripts/update_plugin_prompt.sh"
}
supported_tmux_version_ok() {