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.
Zoom pane to separate window, and unzoom back into the original location.
This way you can open other panes whilst focusing on the zoomed pane, without risking getting a crowded mess of panes.
I published this yesterday on github. It's a tmux plugin that scrapes
the active tmux pane for a magic wormhole code, then downloads and
optionally opens the file tied to the code. I wrote this to make it
easier to get pcaps from termshark into Wireshark.
* Add tmux-weather-info, tmux-mpv-info and tmux-spotify-info
Added three of my own plugins. There already exists a tmux-spotify-info plugin in the list, but it is only for OSX.
I therefore added a `(OSX)` at the end of its description.
* Moved tmux-mpv-info
* Removed whitespace
Tutorial is geared towards beginners and explains the difference between Windows, Panes, Sessions, and details how to configure them in addition to plugins, control keys, themes, etc.. Lots of images. Think it will be helpful for people just starting out.
* 📝 Adds the tmux-notify plugin to the README.md
* 🙈 Adds gitignore and remove vscode folder
* 🎨 Reverts remark autoformatting
* 🎨 Restores original TOC
My IDE also updated the TOC. I now restored it back to your original
TOC.
* add tmux-colortag
I wrote a simple plugin to tmux that auto-colors the window tags according to their name hashes. You can also manually color the tag using in-plugin command. It also somewhat serves as a minimal theme to tmux (which could be disabled).
* correct a typo
* move tmux-colortag to status bar category