Update readme with new functionality
This commit is contained in:
parent
f8923b05d4
commit
28cd3e5e2f
2 changed files with 5 additions and 5 deletions
|
@ -11,6 +11,7 @@
|
|||
- rename `display_message` -> `echo_message`
|
||||
- installing plugins installs just new plugins. Already installed plugins aren't
|
||||
updated.
|
||||
- add 'update plugin' binding and functionality
|
||||
|
||||
### v0.0.2, 2014-07-17
|
||||
- run all *.tmux plugin files as executables
|
||||
|
|
|
@ -43,13 +43,12 @@ You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced.
|
|||
|
||||
### Key bindings
|
||||
|
||||
TPM provides only 1 key binding: `prefix + I`. Here's what it does:
|
||||
|
||||
- clones new plugins from github or any other git repo
|
||||
- pulls updates for already installed plugins
|
||||
`prefix + I`
|
||||
- installs new plugins from github or any other git repo
|
||||
- refreshes TMUX environment
|
||||
|
||||
After you press `prefix + I`, everything should be up to date.
|
||||
`prefix + U`
|
||||
- updates plugin(s)
|
||||
|
||||
### List of plugins
|
||||
|
||||
|
|
Loading…
Reference in a new issue