diff --git a/README.md b/README.md index 432e7bc..bca5603 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ smart people at [Hashrocket](http://hashrocket.com/). - [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) +- [Swap Split Panes](tmux/swap-split-panes.md) - [tmux in your tmux](tmux/tmux-in-your-tmux.md) ### vim diff --git a/tmux/swap-split-panes.md b/tmux/swap-split-panes.md new file mode 100644 index 0000000..e7d6d09 --- /dev/null +++ b/tmux/swap-split-panes.md @@ -0,0 +1,4 @@ +# Swap Split Panes + +Use `}` (or `{`) to swap two vertically or horizontally +split tmux panes.