From 1ebcd3ae462f6c96513457da26c0fff9a6363904 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 2 Apr 2026 13:29:57 -0400 Subject: [PATCH] feat: made split equally same a nvim --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b11bd50..5e54763 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -13,6 +13,9 @@ set -g pane-base-index 1 set -g renumber-windows on set -g status-position top +unbind = +bind = select-layout -E + # using vim motions bind-key h select-pane -L bind-key j select-pane -D