From d0e69c18cf0a5732948321df360856ec5b526af7 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Wed, 21 May 2014 11:14:23 +0200 Subject: [PATCH] Add list of plugins --- PLUGINS.md | 11 +++++++++++ README.md | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 PLUGINS.md diff --git a/PLUGINS.md b/PLUGINS.md new file mode 100644 index 0000000..f4f9feb --- /dev/null +++ b/PLUGINS.md @@ -0,0 +1,11 @@ +# Tmux plugins list + +If you create a plugin, feel free to create a pull request that adds it to the +list. + +- [tmux_pain_control](https://github.com/bruno-/tmux_pain_control) - standard + bindings for controlling panes. +- [goto_session](https://github.com/bruno-/tmux_goto_session) - faster session + switching. +- [battery_osx](https://github.com/bruno-/tmux_battery_osx) - battery status + for OSX in tmux `status-right` diff --git a/README.md b/README.md index 0b02a38..6f11b66 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ After you press `prefix + I`, everything should be up to date. ### List of plugins +[List of plugins](PLUGINS.md). + +If you create a plugin, feel free to create a pull request that adds it to the +list. + ### Creating plugins ### License