From 38576cf76ea0d9959dae8bccc77306e70b318f8e Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 19 Jan 2021 13:55:49 +0100 Subject: [PATCH] Add tmux-plugins/list to the readme --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1386e42..31bade0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Installs and loads `tmux` plugins. Tested and working on Linux, OSX, and Cygwin. +See list of plugins [here](https://github.com/tmux-plugins/list). + ### Installation Requirements: `tmux` version 1.9 (or higher), `git`, `bash`. @@ -69,10 +71,6 @@ find plugin directory there and remove it. `prefix` + alt + u - remove/uninstall plugins not on the plugin list -### More plugins - -For more plugins, check [here](https://github.com/tmux-plugins). - ### Docs - [Help, tpm not working](docs/tpm_not_working.md) - problem solutions @@ -97,17 +95,6 @@ Run tests with: $ ./run_tests ``` -### Other goodies - -- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for - regex searches in tmux and fast match selection -- [tmux-yank](https://github.com/tmux-plugins/tmux-yank) - enables copying - highlighted text to system clipboard -- [tmux-open](https://github.com/tmux-plugins/tmux-open) - a plugin for quickly - opening highlighted file or a url -- [tmux-continuum](https://github.com/tmux-plugins/tmux-continuum) - automatic - restoring and continuous saving of tmux env - ### License [MIT](LICENSE.md)