From 2e8f2aa0cdc7e64758f09d62886c5a066ad35d03 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 3 Jun 2014 12:17:40 +0200 Subject: [PATCH] Add `tmux online status` to the plugin list --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 629329b..6e48044 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,17 @@ After you press `prefix + I`, everything should be up to date. ### List of plugins -- [pain control](https://github.com/bruno-/tmux_pain_control) - standard - bindings for controlling panes. +- [pain control](https://github.com/bruno-/tmux_pain_control) - useful standard + bindings for controlling panes - [goto session](https://github.com/bruno-/tmux_goto_session) - faster session - switching. + switching - [battery osx](https://github.com/bruno-/tmux_battery_osx) - battery status - for OSX in tmux `status-right` + for OSX in Tmux `status-right` - [logging](https://github.com/bruno-/tmux_logging) - easy logging and - screen capturing. + screen capturing +- [online status](https://github.com/bruno-/tmux_online_status) - online status + indicator in Tmux `status-right`. Useful when on flaky connection to see if + you're online. If you create a plugin, feel free to create a pull request that adds it to the list.