From 967398ba14fe207b4ce3d7aec64efbb71a7a1dc4 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 5 Sep 2021 00:27:26 -0400 Subject: Add the swap pane binding in my tmux configuration --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux/tmux.conf') 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 -- cgit v1.2.3