From 937390b0e72bbfed4c74c4591c829c644ea3b948 Mon Sep 17 00:00:00 2001 From: Javier Lopez Date: Wed, 27 May 2015 13:41:04 -0500 Subject: [PATCH] document removal procedure and update the changelog --- CHANGELOG.md | 1 + README.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50eeb75..e241097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### master - enable overriding default key bindings - start using `C-c` to clear screen +- add uninstall/clean procedure and keybinding (prefix+alt+u) (@chilicuil) ### v1.2.2, 2015-02-08 - set GIT_TERMINAL_PROMPT=0 when doing `git clone`, `pull` or `submodule update` diff --git a/README.md b/README.md index 4f743da..b940d60 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ 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. All the plugins are installed to `~/.tmux/plugins/`. Find plugin - directory there and just remove it. +2. hit `prefix + alt + u` (I as in *u*install) to remove the plugin ### Key bindings @@ -59,6 +58,9 @@ You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced. `prefix + U` - updates plugin(s) +`prefix + alt + u` +- uninstall unused plugin(s) + ### List of plugins For more plugins, check [here](https://github.com/tmux-plugins).