mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-05 17:26:58 +00:00
Update readme with new functionality
This commit is contained in:
@ -11,6 +11,7 @@
|
|||||||
- rename `display_message` -> `echo_message`
|
- rename `display_message` -> `echo_message`
|
||||||
- installing plugins installs just new plugins. Already installed plugins aren't
|
- installing plugins installs just new plugins. Already installed plugins aren't
|
||||||
updated.
|
updated.
|
||||||
|
- add 'update plugin' binding and functionality
|
||||||
|
|
||||||
### v0.0.2, 2014-07-17
|
### v0.0.2, 2014-07-17
|
||||||
- run all *.tmux plugin files as executables
|
- 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
|
### Key bindings
|
||||||
|
|
||||||
TPM provides only 1 key binding: `prefix + I`. Here's what it does:
|
`prefix + I`
|
||||||
|
- installs new plugins from github or any other git repo
|
||||||
- clones new plugins from github or any other git repo
|
|
||||||
- pulls updates for already installed plugins
|
|
||||||
- refreshes TMUX environment
|
- refreshes TMUX environment
|
||||||
|
|
||||||
After you press `prefix + I`, everything should be up to date.
|
`prefix + U`
|
||||||
|
- updates plugin(s)
|
||||||
|
|
||||||
### List of plugins
|
### List of plugins
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user