Skip to content

tobinvanpelt/tmux-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-utils

Various scripts and added tmux beahviors.

tmux-get VAR - gets variable VAR from within the tmux environment

tmux-set VAR VALUE - sets variable VAR to VALUE within the tmux environment

tmux-pane - returns the unique id of the current pane

tmux-zoom - takes the current pane and extracts it full size into its own window

tmux-unzoom - replaces the zoom window into its original position

Pane Zoom

  1. Add these scripts to your $PATH.

  2. Put the following into your .tmux.conf:

unbind Up
bind Up run-shell tmux-zoom

unbind Down
bind Down run-shell tmux-unzoom

License

This content is released under the The MIT License.

About

Various scripts for tmux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages