From 95a7c589ffc1e55681afb8b2f7f6f223c5df14f4 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 30 Jul 2015 21:31:01 -0500 Subject: [PATCH] Add Swap Split Panes as a tmux til. --- README.md | 1 + tmux/swap-split-panes.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 tmux/swap-split-panes.md 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.