From 8abf7fe61e84f4f67476b8c20949a622de397164 Mon Sep 17 00:00:00 2001 From: josean-dev Date: Sun, 5 May 2024 14:18:12 -0400 Subject: [PATCH] Removed recursive option for resizing tmux panes --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 3bda1ee..9435cf0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,10 +14,10 @@ bind - split-window -v unbind r bind r source-file ~/.tmux.conf -bind -r j resize-pane -D 5 -bind -r k resize-pane -U 5 -bind -r l resize-pane -R 5 -bind -r h resize-pane -L 5 +bind j resize-pane -D 5 +bind k resize-pane -U 5 +bind l resize-pane -R 5 +bind h resize-pane -L 5 bind -r m resize-pane -Z