From ef30d074ab738d716518c343ff3c2f4d90eef98d Mon Sep 17 00:00:00 2001 From: Pokey Rule Date: Thu, 9 Mar 2017 18:19:41 +0000 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 05af58a..713205a 100644 --- a/Examples.md +++ b/Examples.md @@ -464,7 +464,7 @@ ftpane() { # bind-key 0 run "tmux split-window -l 12 'bash -ci ftpane'" ``` -[ftwind](https://github.com/pokey/dotfiles/blob/dade6c88af31458c323e8f0247af510bca7af0f5/bin/ftwind) searches for windows and shows which is currently active. Place it somewhere on your path then add eg `bind-key f run -b ftwind` to your `tmux.conf` +To search for windows and show which is currently active, add [ftwind](https://github.com/pokey/dotfiles/blob/dade6c88af31458c323e8f0247af510bca7af0f5/bin/ftwind) somewhere in your path. Then add eg `bind-key f run -b ftwind` to your `tmux.conf`. ### v