document removal procedure and update the changelog

This commit is contained in:
Javier Lopez 2015-05-27 13:41:04 -05:00
parent 7a2614d850
commit 937390b0e7
2 changed files with 5 additions and 2 deletions

View File

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

View File

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