diff --git a/README.md b/README.md index 733292c..ffd760a 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ smart people at [Hashrocket](http://hashrocket.com/). ### tmux - [Create A Named tmux Session](tmux/create-a-named-tmux-session.md) +- [Cycle Through Layouts](tmux/cycle-through-layouts.md) - [List All Key Bindings](tmux/list-all-key-bindings.md) - [Organizing Windows](tmux/organizing-windows.md) - [Reclaiming The Entire Window](tmux/reclaiming-the-entire-window.md) diff --git a/tmux/cycle-through-layouts.md b/tmux/cycle-through-layouts.md new file mode 100644 index 0000000..8377a91 --- /dev/null +++ b/tmux/cycle-through-layouts.md @@ -0,0 +1,7 @@ +# Cycle Through Layouts + +Arranging a series of split windows in tmux can take some time. Once those +splits windows are arranged, it is difficult to set them up in a new way. +There is a way of cycling through layouts that might be able to help though. +Hit `` over and over to cycle through the layouts until you +find the arrangement that you want.