From 28643fdb8fe9863cf53c09409105abe14d4426bf Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Sat, 31 Aug 2024 15:52:12 -0700 Subject: [PATCH] fixing tmux splits to work with later versions --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9abbb50..63e2c46 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,6 @@ # More logical (to me) split keys. -bind - split-window -p 38 -v -bind | split-window -p 38 -h +bind - split-window -v -l 38% +bind | split-window -h -l 38% set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'