From 824906ffa50cf3cdd28e01dbcacb192a3efedb93 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 2 Jun 2015 21:36:35 +0200 Subject: [PATCH] Minor wording tweaks --- README.md | 5 ++++- tpm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b940d60..240712c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,10 @@ You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced. ### Uninstalling plugins 1. remove plugin from `@tpm_plugins` list -2. hit `prefix + alt + u` (I as in *u*install) to remove the plugin +2. hit `prefix + alt + u` (u as in *u*install) to remove the plugin + +All the plugins are installed to `~/.tmux/plugins/` so if you want you can just +find plugin directory there and remove it. ### Key bindings diff --git a/tpm b/tpm index 7fd0b55..09c4f00 100755 --- a/tpm +++ b/tpm @@ -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"