From 59f19eaed6133bf71c07b650cd7b20e9ad30fa59 Mon Sep 17 00:00:00 2001 From: Waqar Hameed Date: Fri, 11 Feb 2022 19:03:14 +0100 Subject: [PATCH] Add plugin tmux-modal (#74) Execute complex tmux commands in just a few keystrokes. tmux-modal introduces a modal mode (e.g. like in Vim text editor) in tmux that is designed to be efficient, easy to remember and comfortable. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8679c7..e378a3f 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-fuzzback](https://github.com/roosta/tmux-fuzzback) Search your scrollback buffer using fzf. - [tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url) For opening urls from browser quickly without mouse. - [tmux-menus](https://github.com/jaclu/tmux-menus) - Popup menus to handle commands that are hard to remember, and some custom actions. +- [tmux-modal](https://github.com/whame/tmux-modal) - Execute complex tmux commands in just a few keystrokes with a modal mode that is designed to be efficient, easy to remember and comfortable. - [tmux-mouse-swipe](https://github.com/jaclu/tmux-mouse-swipe) - Switch Window or Session by clicking right mouse button and swiping. - [tmux-notify](https://github.com/ChanderG/tmux-notify) A plugin to notify you when processes complete. - [tmux-thumbs](https://github.com/fcsonline/tmux-thumbs) A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator