From 33e0694a935cf81a59cdc9b42d0c9b8a2cdb1e3f Mon Sep 17 00:00:00 2001 From: Jacob Lundqvist Date: Sat, 5 Feb 2022 02:03:25 +0100 Subject: [PATCH] New plugin tmux-power-zoom (#70) 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93eb7dd..d3bb3f2 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-thumbs](https://github.com/fcsonline/tmux-thumbs) A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator - [tmux-1password](https://github.com/yardnsm/tmux-1password) Access your 1Password login items in a tmux pane. - [tmux-jump](https://github.com/schasse/tmux-jump) Vimium/Easymotion like navigation for tmux. +- [tmux-power-zoom](https://github.com/jaclu/tmux-power-zoom) Zoom pane to separate window, then unzoom it back into it's original location. - [tmux-simple-git-status](https://github.com/kristijanhusak/tmux-simple-git-status) Show branch and number of changes in current git repository - [tmux-spotify](https://github.com/xamut/tmux-spotify) Show a nice menu to manage Spotify application - [tmux-super-fingers](https://github.com/artemave/tmux_super_fingers) like fingers, but also opens files in vim.