summaryrefslogtreecommitdiff
path: root/.config/tmux/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux/config')
-rw-r--r--.config/tmux/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/tmux/config b/.config/tmux/config
index a9113af..7136129 100644
--- a/.config/tmux/config
+++ b/.config/tmux/config
@@ -38,6 +38,10 @@ bind -n C-k run "tmux-send up"
bind -n C-h run "tmux-send left"
bind -n C-l run "tmux-send right"
+# Pane-layout
+bind K swap-pane -U
+bind J swap-pane -D
+
# Layout rotation
bind-key C-o rotate-window