From 3e179ca171d95adb9119cbe0505b583c26beea42 Mon Sep 17 00:00:00 2001 From: "Lloyd W. Slade" Date: Wed, 11 Mar 2020 20:57:31 -0400 Subject: [PATCH] finally added window swap keys --- f-keys | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/f-keys b/f-keys index fb566c8..e607077 100644 --- a/f-keys +++ b/f-keys @@ -31,6 +31,10 @@ bind-key W resize-pane -U 5 bind-key A resize-pane -L 5 bind-key D resize-pane -R 5 +# move windows +bind-key Left swap-window -t -1\; select-window -t -1 +bind-key Right swap-window -t +1\; select-window -t +1 + # reload config file bind r source-file ~/.tmux.conf