Minor wording tweaks

This commit is contained in:
Bruno Sutic 2015-06-02 21:36:35 +02:00
parent 849140c361
commit 824906ffa5
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 5 additions and 2 deletions

View File

@ -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

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"