aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-09-05 00:27:26 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-09-05 00:27:26 -0400
commit967398ba14fe207b4ce3d7aec64efbb71a7a1dc4 (patch)
treee05177ca704e1ecd19c7d4b060d0021fa83ea234 /tmux/tmux.conf
parent958eb7ac1a34f434bb3e8bb2a81870ce7fbb948e (diff)
downloaddotfiles-967398ba14fe207b4ce3d7aec64efbb71a7a1dc4.tar.gz
dotfiles-967398ba14fe207b4ce3d7aec64efbb71a7a1dc4.tar.xz
Add the swap pane binding in my tmux configuration
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 7761cd6..8d0ff4c 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -4,6 +4,9 @@ set -g status-right "#[fg=black,bg=green] #(whoami)@#h|m:#(sh $HOME/.tmux_helper
# For a basic tmux configuration without the helper
# set -g status-right "#[fg=black,bg=green] #(whoami)@#h"
+# If you mark a pane with c-b m you can swap it tapping this
+bind-key M-s swap-pane
+
# Pretty nifty little option to mirror input for all panes
bind M-s setw synchronize-panes