Skip to content

tomatosource/tmux-balance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

tmux-balance

Aims to change split behaviour to match vim/screen/iterm2.

Installing

go get github.com/tomatosource/tmux-balance

Usage

Add the following to your .tmux.conf

bind v run-shell "tmux-balance v &> /dev/null" # split horizontal
bind s run-shell "tmux-balance s &> /dev/null" # split vertical
bind x run-shell "tmux-balance x &> /dev/null" # kill pane/window

Readers exercise to rebind ctrl+t/(shift)ctrl tab for new window, next/prev window.

asciinema

demo

About

To provide iterm/vim style split behaviour

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages