From d9fed149e88eff5836248a5d84f33dc92ec62ec8 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 7 Jul 2015 02:17:58 +0200 Subject: [PATCH] Another change for instructions --- HOW_TO_PLUGIN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HOW_TO_PLUGIN.md b/HOW_TO_PLUGIN.md index a0fff95..32046cc 100644 --- a/HOW_TO_PLUGIN.md +++ b/HOW_TO_PLUGIN.md @@ -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 `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 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. -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 When everything is ready, push the plugin to an online git repository,