From e28659c1807683e6f93415cecc75dc8fe424e72b Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sat, 27 Dec 2025 21:20:44 -0500 Subject: [PATCH] Dotfiles update 2025-12-27 21:20 --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6d71686..8a47aef 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -20,3 +20,5 @@ bind-key U resize-pane -U 8 bind-key D resize-pane -D 8 bind-key L resize-pane -L 8 bind-key R resize-pane -R 8 + +bind-key -r Space next-layout