Menu

Tree [554016] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2014-09-19 Roshan Piyush Roshan Piyush [9bbb28] Initial commit
 README.md 2014-09-19 Roshan Piyush Roshan Piyush [5692ab] Update README.md
 tmux-zoom.sh 2014-09-22 Roshan Piyush Roshan Piyush [554016] Update tmux-zoom.sh

Read Me

tmux-zoom

Now you can maximize your tmux pane into a full window, and can zoom it back in to its original window/pane.

Instructions

  1. Copy this file to ~/bin/tmux-zoom.sh

  2. Add the below line to ~/.tmux.conf

unbind x

bind x run ". ~/bin/zoom"

Now press Prefix-Key + x to zoom in tmux.
To zoom back again press Prefix-Key + x from the zoomed window in tmux.