Another change for instructions
This commit is contained in:
parent
743bfcf38a
commit
d9fed149e8
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,9 @@ For demonstration purposes we'll create a simple plugin that lists all
|
||||||
installed TPM plugins. Yes, a plugin that lists plugins :) We'll bind that to
|
installed TPM plugins. Yes, a plugin that lists plugins :) We'll bind that to
|
||||||
`prefix + T`.
|
`prefix + T`.
|
||||||
|
|
||||||
|
The source code for this example plugin can be found
|
||||||
|
[here](https://github.com/tmux-plugins/tmux-example-plugin).
|
||||||
|
|
||||||
### 1. create a new git project
|
### 1. create a new git project
|
||||||
|
|
||||||
TPM depends on git for downloading and updating plugins.
|
TPM depends on git for downloading and updating plugins.
|
||||||
|
@ -86,9 +89,6 @@ To see if this works, execute the plugin run file:
|
||||||
|
|
||||||
That should set up the key binding. Now hit `prefix + T` and see if it works.
|
That should set up the key binding. Now hit `prefix + T` and see if it works.
|
||||||
|
|
||||||
If you get stuck you can download and check this tutorial
|
|
||||||
[plugin here](https://github.com/tmux-plugins/tmux-example-plugin).
|
|
||||||
|
|
||||||
### 6. publish the plugin
|
### 6. publish the plugin
|
||||||
|
|
||||||
When everything is ready, push the plugin to an online git repository,
|
When everything is ready, push the plugin to an online git repository,
|
||||||
|
|
Loading…
Reference in a new issue